repo.or.cz
/
ScratchABlock.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git]
/
tests
/
ifelse1.lst
blob
cfda59cff22b1d92b2bbca21f431ecb62ef6115f
1
#xform_inst: booleanize_cond
2
#xform_bblock: remove_trailing_jumps_bblock
3
#xform: match_ifelse
4
10 if (!$a1) goto 30
5
20 $a2 = 1
6
21 goto 40
7
30 30:
8
20 $a2 = 2
9
40 40:
10
40 $a3 = 0