Page 1 of 1

Pre-v2.0 beta 6 tests

Posted: 27 Jun 2022, 23:10
by iseahound
Wrapping Zero Division Error

Code: Select all

try x := 1/0
MsgBox(x?) ; parenthesis is necessary

try x := 2/0
try y := 5/3
z := (x ?? 0) + (y ?? 0)
MsgBox(z)
This is really great 👍