hw3: init
This commit is contained in:
6
hw3/test.imp
Normal file
6
hw3/test.imp
Normal file
@@ -0,0 +1,6 @@
|
||||
X := ( ( 1 + 2 ) - 3 ) + ( 1 + 3 );
|
||||
Y := 0;
|
||||
while X>0 do
|
||||
Y := Y+X;
|
||||
X := X-1
|
||||
endwhile
|
||||
Reference in New Issue
Block a user