Files
ngr/examples/basic/test2.ngr
2023-01-27 21:41:06 -08:00

5 lines
38 B
Plaintext

x = 5;
x = 4*x + 3;
print x;
print y;