Functions.
This commit is contained in:
parent
3f21434cd1
commit
0a49a463e2
8 changed files with 312 additions and 29 deletions
7
play.fun
7
play.fun
|
|
@ -7,4 +7,9 @@ print(n)
|
|||
|
||||
string s = "Hello, world!"
|
||||
print(s)
|
||||
|
||||
|
||||
fun foo()
|
||||
//print("Have fun!")
|
||||
print("Running foo()... forever.")
|
||||
|
||||
foo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue