6 lines
65 B
Text
6 lines
65 B
Text
|
|
include "ConsoleWindow"
|
||
|
|
|
||
|
|
on error stop
|
||
|
|
dim as long a
|
||
|
|
print a / 0
|