github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git] / tests / ifelse-unjumped6.lst.exp.bb
blobff65a2b553da82b03f37041be4fd2494d284f2ed
1 // Graph props:
2 // name: None
3 // trailing_jumps: True
5 // Predecessors: []
6 05:
7 $a4 = 1
8 $a2 = 1
9 Exits: [(None, '05.if')]
11 // Predecessors: ['05']
12 05.if:
13 if ($a1 == 5) {
14 $a2 = 2
16 Exits: [(None, '20')]
18 // Predecessors: ['05.if']
19 20:
20 $a3 = 3
21 Exits: []