that example isn't broken

This commit is contained in:
2024-03-06 18:30:01 -08:00
parent 6c3fc2de01
commit 77c4277625

View File

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