add else if, else, and comments

This commit is contained in:
2025-06-03 13:57:49 +01:00
parent 18993a5d7e
commit 604839d324
8 changed files with 122 additions and 44 deletions

View File

@@ -1 +1,2 @@
if (x=10) "hello world"
let x = 10 # hello world
if (x = 10) "hello world"