More expression implementations.
This commit is contained in:
parent
7f3264d445
commit
7c735cfdac
4 changed files with 501 additions and 78 deletions
10
play.fun
Executable file
10
play.fun
Executable 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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue