/ > LocErrTest 0.10 15-Oct-2016 J.G.Harston  Source and demo code : (= Implement LOCAL ERROR and ON ERROR LOCAL for 6502 BASIC 2 Works within PROCs and FNs <: F: Perr_local(1) Z: d PROC test: n A%=-5 xB "Global PROC error: ";::" at ";: =17:err_local(0):  +A%=A%+1:test(A%): A%=-3: 100,"Hello" A%=4: :  FN test: A%=-5 @ "Global FN error: ";::" at ";: =17:err_local(0):