5 lines
79 B
Text
5 lines
79 B
Text
|
|
BEGIN
|
||
|
|
INT a := 3;
|
||
|
|
print( ( -a, " ", 1 + ABS NOT BIN a, newline ) )
|
||
|
|
END
|