hi charles,
i'm writing some test functions that make use of compile/call
assert quote -- mid("123",1,1) = "1" --
assert quote -- "1" = mid("123",1,1) --
the 2nd row crashes.
The code evaluated is something like
basic
if not ( "1" = mid("123",1,1) ) then
assertErr=-1
end if