From 31b70d4646c2931e7085156525175b5a6adcc550 Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 19 Sep 2025 10:39:42 +0200 Subject: [PATCH] Just playing and having fun... --- play.fun | 3 +++ 1 file changed, 3 insertions(+) diff --git a/play.fun b/play.fun index 379a562..2aa6163 100755 --- a/play.fun +++ b/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.