267 B
267 B
Label keyword in fa
Label
keyword will define a label, that is a rejumpanle
piece of code
Label
takes one inline argument, that is the name
of the label
Example of the label
keyword:
include 'std/std.fa'
label a
%EXIT_SUCCESS %exit
goto a