hw3: init
This commit is contained in:
6
hw3/abs.imp
Normal file
6
hw3/abs.imp
Normal file
@@ -0,0 +1,6 @@
|
||||
X := 0 - 3;
|
||||
if X < 0 then
|
||||
X := 0 - X
|
||||
else
|
||||
skip
|
||||
endif
|
||||
Reference in New Issue
Block a user