1
0
Fork 0
forked from fun/fun

Some function related fixes and some cleanups...

This commit is contained in:
Johannes Findeisen 2025-09-14 15:20:23 +02:00
commit 2a46797f93
5 changed files with 11 additions and 8 deletions

View file

@ -8,7 +8,7 @@ print("=== Expressions test start ===")
number a = 2
number b = 3
number n = 10
string s = "Have, fun!"
string s = "Have fun!"
boolean flag = true
// Arithmetic and precedence