Files
cs-252/hw3/error.imp
2026-03-13 15:46:02 -07:00

8 lines
49 B
Plaintext

x := 7 + 3;
if x then
true
else
false
endif