1
0
Fork 0
forked from fun/fun

Functions.

This commit is contained in:
Johannes Findeisen 2025-09-14 15:12:30 +02:00
commit 0a49a463e2
8 changed files with 312 additions and 29 deletions

10
examples/have_fun_function.fun Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env fun
/*
* Have fun in Fun
*/
fun have_fun()
print("Have, fun!")
have_fun()