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

View file

@ -1 +1 @@
print("Hello, world!")
print("Have, fun!")

View file

@ -1,9 +1,9 @@
#!/usr/bin/env fun
/*
* Hello, world!
* Have, fun!
*/
print("Hello, world!")
print("Have, fun!")
// Bye, world!
// Bye, no fun!