forked from xxq250/Nasal-Interpreter
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
1*1/1+1;
|
|
2*3*4/1-2+3;
|
|
1-1+20-2*10;
|
|
id(id);
|
|
id("str",1,1);
|
|
var e=1;
|
|
var x=10*2-20;
|
|
var id; |