11 lines
182 B
Text
11 lines
182 B
Text
include 'std/std.fa'
|
|
|
|
macro main
|
|
shift -- (0)
|
|
shift -- (1; 0)
|
|
drop -- Consumes the `1` and drops the 0
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
%main
|