Just playing and having fun...
This commit is contained in:
parent
1058cefc7a
commit
31b70d4646
1 changed files with 3 additions and 0 deletions
3
play.fun
3
play.fun
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue