Simon Cozens:
> lt I1, 1, ERROR
> gt I1, 100, ERROR
> branch OK
> ERROR: print "Register out of bounds"
> end
> OK:
>
> label resolution, this code would be equivalent to:
>
> lt I1, 1, 9
> gt I1, 100, 6
> branch 4
> print "Register out of bounds"
> en
On Fri, Mar 08, 2002 at 11:34:56PM -0500, Melvin Smith wrote:
> At 11:31 PM 3/8/2002 -0500, Melvin Smith wrote:
> ...parrot - Some variation that could be used for version
Ooh. Three now.
> For some reason Eudora likes to change a . at beginning of line to .. ?
In your headers:
At 11:31 PM 3/8/2002 -0500, Melvin Smith wrote:
...parrot - Some variation that could be used for version
For some reason Eudora likes to change a . at beginning of line to .. ?
-Melvin
>=head2 Pragmata
>
>Lines beginning with a period (.) followed by some text are B
>and are reserved. No pragmata are currently defined.
I was supposed to organize some proposed pragmas but apparently
I forgot to remind myself.
I think I mailed out a couple a while back but anyway, here goes aga