Add a code generator for making tests of the examples.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
x = 5;
|
||||
x = 4*x + 3;
|
||||
print x;
|
||||
print y;
|
||||
Reference in New Issue
Block a user
@@ -1,4 +0,0 @@
|
||||
x = 5;
|
||||
x = 4*x + 3;
|
||||
print x;
|
||||
print y;
|
||||