Some play fun updates.
This commit is contained in:
parent
2d7f553909
commit
228c2a7a5b
1 changed files with 3 additions and 1 deletions
4
play.fun
4
play.fun
|
|
@ -64,5 +64,7 @@ print('\'' + " \"Fun\"")
|
|||
print('\'' + " \n\"Fun\"")
|
||||
print('\'' + " \n\t\"Fun\"")
|
||||
|
||||
print("Running foo()...")
|
||||
print("Running foo() 2 times...")
|
||||
foo()
|
||||
// We need arguments to functions...
|
||||
foo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue