1
0
Fork 0
forked from fun/fun

Some play fun updates.

This commit is contained in:
Johannes Findeisen 2025-09-20 08:36:26 +02:00
commit 228c2a7a5b

View file

@ -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()