mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-05 02:07:22 +00:00
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
x = TEN + NINE;
|
|
if (x != 19)
|
|
goto Fail;
|