diff --git a/06.png b/06.png index 798dd45..a9807c0 100644 Binary files a/06.png and b/06.png differ diff --git a/index.html b/index.html index 17c2457..313671b 100644 --- a/index.html +++ b/index.html @@ -74,13 +74,13 @@ // if statement if (x > 10) { - print("x is greater than 10"); + print("x is greater than 10"); } // while loop while (x < 100) { - print(x); - let x = x + 1; + print(x); + let x = x + 1; } }
At least for right now. I still want to do something odd.
@@ -106,9 +106,10 @@ cargo runParser
:
Compiler
: