Security
v1.0.2v1.0.2 - Fixes Round Two & More Bits!
New exit() - halts a script immediately, even from inside a function. return only pops back to whatever called that function; exit() stops the whole script right there, at any nesting depth. raise("message") (alias: err…
Read security notes