Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add - unary operator #179

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Add - unary operator #179

merged 1 commit into from
Jun 13, 2024

Conversation

Ph0enixKM
Copy link
Collaborator

Adds syntax for negating numbers.

let age = 12
echo -age // -12

@Ph0enixKM Ph0enixKM linked an issue Jun 12, 2024 that may be closed by this pull request
@Ph0enixKM Ph0enixKM self-assigned this Jun 12, 2024
Copy link
Member

@b1ek b1ek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Collaborator

@arapower arapower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arapower arapower merged commit 10b2a49 into master Jun 13, 2024
1 check passed
@Ph0enixKM Ph0enixKM deleted the 176-add-unary-operator branch June 13, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Add - unary operator
3 participants