1
0
Fork 0
forked from fun/fun

Just playing and having fun...

This commit is contained in:
Johannes Findeisen 2025-09-19 10:39:42 +02:00
commit 31b70d4646

View file

@ -13,9 +13,12 @@ fun foo()
print("Have fun!")
print("Having fun... forever.")
print("Typeof foo(): " + typeof(foo))
print("Yay, the playground for having fun... ;)")
number n = 23
// Every type must be lowercase. Sint* must be sint*.
print(n)
// This must fail because n is of type number and can not become a string or function. Setting it to 0 is not an option.