Files
ngr/examples/basic/broken1.ngr

5 lines
38 B
Plaintext

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