This website requires JavaScript.
Explore
Help
Register
Sign in
hanez
/
fun
Watch
1
Star
0
Fork
You've already forked fun
0
forked from
fun/fun
Code
Pull requests
Activity
7dc9fca170
fun
/
history
/
0.2.0-shebang-comments-strings-integers-booleans-identifiers-simple-assignments-globals-print.fun
9 lines
84 B
Standard ML
Raw
Normal View
History
Unescape
Escape
Added shebang/comments, types, identifiers etc. and added history/ for the future...
2025-09-14 00:28:08 +02:00
#!/
usr
/
bin
/
env
fun
/*
*
Hello
,
world
!
*/
ROFL, in all examples where a function definition in the code, fun does not support functions actualy... :D
2025-09-14 01:04:38 +02:00
print
(
"
H
e
l
l
o
,
w
o
r
l
d
!
"
)
Added shebang/comments, types, identifiers etc. and added history/ for the future...
2025-09-14 00:28:08 +02:00
//
Bye
,
world
!
Copy permalink