class MAIN is main is x ::= 10; y ::= 20; SWAP{INT}::swap(inout x, inout y); #OUT + x + ", " + y + "\n"; end; end;