424 B
424 B
Elipsis (...) in fa
It's just like a compile-time nop
, it does nothing,
produces no code, just filler
include 'std/std.fa'
fun main
...
%EXIT_SUCCESS %exit
end
#main
What is this even useful for you ask?
- It makes it nice to write code examples
- Making blocks empty in a more syntactically pretty way:
-- Weird
0 if end
-- Less weird
0 if ... end
- Stop asking question pls thx