Re: Symbol '$x' not predeclared in

2010-03-10 Thread John Harrison
some improvements, eventually, but right now its fairly simplistic. On Tue, Mar 9, 2010 at 11:42 AM, Kiffin Gish wrote: > I want to play around with perl6 and see what it can do. > > $ cd rakudo > $ ./perl6 > > my $x = 8 > > say $x > Symbol '$x' not predeclar

Re: Symbol '$x' not predeclared in

2010-03-09 Thread Jonathan Leto
gt;  my $x = 8 >> say $x > Symbol '$x' not predeclared in > > How can I define variables and use them later? > > -- > Kiffin Gish > Gouda, The Netherlands > > > -- Jonathan "Duke" Leto jonat...@leto.net http://leto.net

Symbol '$x' not predeclared in

2010-03-09 Thread Kiffin Gish
I want to play around with perl6 and see what it can do. $ cd rakudo $ ./perl6 > my $x = 8 > say $x Symbol '$x' not predeclared in How can I define variables and use them later? -- Kiffin Gish Gouda, The Netherlands