Functions.
This commit is contained in:
parent
3f21434cd1
commit
0a49a463e2
8 changed files with 312 additions and 29 deletions
10
examples/have_fun_function.fun
Executable file
10
examples/have_fun_function.fun
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env fun
|
||||
|
||||
/*
|
||||
* Have fun in Fun
|
||||
*/
|
||||
|
||||
fun have_fun()
|
||||
print("Have, fun!")
|
||||
|
||||
have_fun()
|
||||
Loading…
Add table
Add a link
Reference in a new issue