Files
ngr/examples/basic/math0001.ngr
2024-03-06 18:30:01 -08:00

5 lines
38 B
Plaintext

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