4 lines
53 B
Plaintext
Raw Normal View History

x = TEN + NINE;
if (x != 19)
goto Fail;