-
Notifications
You must be signed in to change notification settings - Fork 26
Long Jump
David Schmenk edited this page Dec 23, 2017
·
2 revisions
setjmp/longjmp are used like the C functions of the same name.
Compatibility: 1, II, ///
Usage: include "inc/longjmp.plh"
Functions:
setjmp(env)
longjmp(env, retval)
Source Code: longjmp.pla
Sample Source: plasm.pla