mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
1 line
53 B
Plaintext
Executable File
1 line
53 B
Plaintext
Executable File
x = TEN + NINE;
|
|
if (x != 19)
|
|
goto Fail;
|