3 lines
41 B
QBasic
3 lines
41 B
QBasic
Print "before"
|
|
Print 1 \ 0
|
|
Print "after"
|
Print "before"
|
|
Print 1 \ 0
|
|
Print "after"
|