1
0
Fork 0
forked from fun/fun

More expression implementations.

This commit is contained in:
Johannes Findeisen 2025-09-14 03:22:22 +02:00
commit 7c735cfdac
4 changed files with 501 additions and 78 deletions

10
play.fun Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env fun
print("Yay, the playground for having fun... ;)")
number n = 10
print(n)
string s = "Hello, world!"
print(s)