6 lines
71 B
Text
6 lines
71 B
Text
Public Sub Main()
|
|
|
|
Try Print 1 / 0
|
|
If Error Then Print Error.Text
|
|
|
|
End
|