in reply to Re^2: Paid for crap
in thread Paid for crap

Return doesnt return anything in the sense of a modern language would use return, it returns control to the next execution point.

The moral equivelent of the MS basic 'return' would be 'exit sub' iirc. But this isnt the site for this discussion :-)

---
$world=~s/war/peace/g

Replies are listed 'Best First'.
Re^4: Paid for crap
by wazoox (Prior) on Jan 27, 2007 at 12:35 UTC
    The moral equivelent of the MS basic 'return' would be 'exit sub' iirc. But this isnt the site for this discussion :-)

    But IIRC there is a BASIC parser for Parrot, right? Isn't it the right site to talk about the marvels that we may do using Parrot? :)