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

6 lines
56 B
Plaintext

X := 0 - 3;
if X < 0 then
X := 0 - X
else
skip
endif