This website works better with JavaScript
Home
Explore
Help
Sign In
KylePDavis
/
RIGAL
mirror of
https://github.com/RiveraGroup/RIGAL.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
362b1aa167
Branches
Tags
master
RIGAL
/
rigdm218
/
EX1.TXT
EX1.TXT
158 B
History
Raw
1
2
3
4
5
6
7
8
9
10
z:=1 ; x:= ( z + 1 );
y:=1;
while y < (x+1) do
z:=(z+z);
y:=(y+1) od;
v:=(1+1);
v:=((v+v)+v);
w:=1;