else and else-if support.
This commit is contained in:
parent
7c735cfdac
commit
3f21434cd1
7 changed files with 132 additions and 45 deletions
|
|
@ -1 +1 @@
|
|||
print("Hello, world!")
|
||||
print("Have, fun!")
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env fun
|
||||
|
||||
/*
|
||||
* Hello, world!
|
||||
* Have, fun!
|
||||
*/
|
||||
|
||||
print("Hello, world!")
|
||||
print("Have, fun!")
|
||||
|
||||
// Bye, world!
|
||||
// Bye, no fun!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue