4 lines
58 B
Text
4 lines
58 B
Text
include 'std/std.fa'
|
|
macro a 1 end
|
|
macro a 0 end
|
|
%a %exit
|
include 'std/std.fa'
|
|
macro a 1 end
|
|
macro a 0 end
|
|
%a %exit
|