Pick this up again, dust it off, get some stuff connected.

This commit is contained in:
2022-02-13 21:30:06 -08:00
parent 91d5d1b4fd
commit 60e7d9a41d
6 changed files with 122 additions and 20 deletions

4
examples/basic/test1.ngr Normal file
View File

@@ -0,0 +1,4 @@
x = 5;
y = 4*x + 3;
print x;
print y;