These all using the 2002-12-02_16 snapshot.
1. Can't ret early from .subs - looks like the parser sees a ret and figures
that's the end of the sub.
..sub foo
$P0 = 1
if $P0 goto bar
ret
bar:
print "BAR"
ret
Parse error at 'bar'.
2. Most things can only be done in a sub.
$P0 =
At 11:15 AM +0100 11/30/02, Jerome Quelin wrote:
Hi,
When I want to save all the integer registers, I'm using pushi,
restoring them later with popi.
When I'm doing a pushi, the old values of the registers are still
present, but I'm wondering wether I can rely on this behavior, or if
it's accident
Daniel Grunblatt wrote:
But that's not true on my Intel PIII nor on my PI 233. I get a 50% speed up on
both.
Ok then - it's gone.
Thanks for your input and your compile fix commit,
leo