Initial commit
This commit is contained in:
19
tests/test.funk
Normal file
19
tests/test.funk
Normal file
@@ -0,0 +1,19 @@
|
||||
import("io")
|
||||
|
||||
dingus func {
|
||||
println("you got dingused")
|
||||
if (true) {
|
||||
println("yay")
|
||||
}
|
||||
println(321)
|
||||
}
|
||||
|
||||
main func {
|
||||
dingus()
|
||||
}
|
||||
|
||||
infinity func {
|
||||
while (true) {
|
||||
println("to infinity and beyond!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user