On Thu, Jun 16, 2005 at 10:50:37AM +0200, Leopold Toetsch wrote:
> Patrick R. Michaud wrote:
> >... I.e., I'd like to be able to do something along
> >the lines of:
> >[omitted]
> That works fine if you s/findclass/find_type/
Excellent! For some reason I thought it didn't work for me even
when I
Patrick R. Michaud wrote:
... I.e., I'd like to be able to do something along
the lines of:
.sub main @MAIN
$P99 = newclass "Foo"
$S0 = ".sub h @ANON\nprint \"Hello\"\n.end\n"
$P0 = compreg "PIR"
$P1 = compile $P0, $S0
store_global "Foo", "hello",