On Thursday 25 May 2006 02:03, David Corbin wrote: > > - MatchNode > > print 'x' if (/pattern/)
That worked, thanks :-) > > - Match2Node > > print 'x' if $y =~ /pattern/ This produces only a Match3Node. > > - OpAsgnNode > > "x = 7" And this is just a LocalAsgnNode. > > - SplatNode > > a,b,c = *[1,2,3] That worked, too. And one more thing about ruby I didn't know.. So that leaves me with those nodes: - Match2Node - OpAsgnNode - OptNNode - PostExeNode - SValueNode - ArgsCatNode - BlockPassNode - DSymbolNode - FlipNode
pgpfhoC7aYny0.pgp
Description: PGP signature
