Files
ngr/examples/basic/test1.ngr

5 lines
38 B
Plaintext

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