1
0
Fork 0
forked from fun/fun

else and else-if support.

This commit is contained in:
Johannes Findeisen 2025-09-14 03:42:11 +02:00
commit 3f21434cd1
7 changed files with 132 additions and 45 deletions

7
examples/have_fun.fun Executable file
View file

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