1234567891011121314151617181920212223 |
- push a
- push 3
- use =(2)
- push false
- if goto(9, true)
- push a
- use p++(1)
- push 3
- use ==(2)
- use ||(2)
- use print(1)
- push a
- use print(1)
- push true
- if goto(19, true)
- push a
- use p++(1)
- push 4
- use ==(2)
- use ||(2)
- use print(1)
- push a
- use print(1)
|