Add more defaulting

This commit is contained in:
2024-04-15 15:28:06 -07:00
parent f915db9337
commit 3d8e0804bc
5 changed files with 28 additions and 6 deletions

View File

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