On Aug 9, 2007, at 9:44 AM, Patrick R. Michaud wrote:
On Thu, Aug 09, 2007 at 07:36:11AM -0700, jerry gay wrote:On 8/9/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: indeed. that's why array = push item and $S0 = 'hello' $S0 = say is valid pir.Actually, $S0 = 'hello' doesn't have an explicit opcode -- it's syntactic sugar for set $S0, 'hello' Pm
We don't have a set_s_sc? It seems ops.num differs with you on that.