1234567891011121314151617181920 |
- push true
- if goto(3, true)
- push true
- use ||(2)
- use print(1)
- push false
- if goto(8, true)
- push true
- use ||(2)
- use print(1)
- push true
- if goto(13, true)
- push false
- use ||(2)
- use print(1)
- push false
- if goto(18, true)
- push false
- use ||(2)
- use print(1)
|