On Mon Oct 22 13:16:28 2007, kjs wrote:
> IMCC currently allows for writing:
> 
> .namespace ["a" .. "b"]
> 
> This does not make sense, and this slicing syntax will be deprecated.

imcc.y *looks* like this throws an error, but:

.namespace ["a" .. "b"]
.sub main :main
 say 'hi'
.end

causes a VM "out of memory" panic.

-- 
Will "Coke" Coleda
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to