DVX_GUI/src/test/basic/fixtures/divByZero.bas

3 lines
41 B
QBasic

Print "before"
Print 1 \ 0
Print "after"