June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -0,0 +1,19 @@
|
|||
for i = 0 to 1
|
||||
for j = 0 to 1
|
||||
print i
|
||||
print j
|
||||
if (i) then
|
||||
if (j) then
|
||||
print "i is true j is true"
|
||||
else
|
||||
print "i is true j is false"
|
||||
end if
|
||||
else
|
||||
if (j) then
|
||||
print "i is false j is true"
|
||||
else
|
||||
print "i is false j is false"
|
||||
end if
|
||||
end if
|
||||
next j
|
||||
next i
|
||||
Loading…
Add table
Add a link
Reference in a new issue