Symbol
Symbol
ECMAScript 2015's primitive type Symbol
for Perl 6.
Synopsis
use Symbol;
my Symbol $foo .= new(:name('foo'));
# A s:symbol notation is exported
say s:foo;
ECMAScript 2015's primitive type Symbol
for Perl 6.
use Symbol;
my Symbol $foo .= new(:name('foo'));
# A s:symbol notation is exported
say s:foo;
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.