Front page | perl.perl6.internals |
Postings from October 2002
Re: Intlist question
Thread Previous
|
Thread Next
From:
Leopold Toetsch
Date:
October 14, 2002 01:32
Subject:
Re: Intlist question
Message ID:
3DAA7C5D.4030402@toetsch.at
Simon Glover wrote:
> I've just tried to write PASM like:
>
> new P0, .IntList
> new P1, .PerlInt
>
> set P1, 20
> set P0[0], P1
intlist takes only integers as data, no PMCs.
> Simon
leo
Thread Previous
|
Thread Next