Get unary negation working.
This commit is contained in:
3
examples/basic/negation.ngr
Normal file
3
examples/basic/negation.ngr
Normal file
@@ -0,0 +1,3 @@
|
||||
x = 2i64 + 2i64;
|
||||
y = -x;
|
||||
print y;
|
||||
Reference in New Issue
Block a user