Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Perl6: S2 identifier and $ special var questions

by rir (Vicar)
on Sep 14, 2011 at 17:26 UTC ( [id://925951]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl6: S2 identifier and $ special var questions
in thread Perl6: S2 identifier and $ special var questions

Thanks, the code is explained.

How would I declare and use $MyClass::-O'malley's as indicated by the quoted spec?

Be well,
rir

Replies are listed 'Best First'.
Re^3: Perl6: S2 identifier and $ special var questions
by TimToady (Parson) on Sep 14, 2011 at 18:19 UTC
    You may not start an identifier with - like that; hyphens and apostrophes are only allowed internally.

    In theory one can declare or use any name you like using Perl 6's explicit symbolic ref notation:

    my $::("-O'Malley's") = 42; say $::("-O'Malley's");
    However, neither implementation does constant folding well enough yet to recognize these as a static variable names.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://925951]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found