|
Perl 6
WITCH littleo: Revision 4
^ Mnemonics
"octal", "overlap" -- all things octal -- overlap matching ---- ^ As an adverb :ov regexe adverb performx "overlap matches"<http://perlcabal.org/syn/S05.html#Modifiers> ^ Other Uses \o inside an interpolated string introduces a "octal-encoded character"<http://perlcabal.org/syn/S02.html#Literals> 0o introduces a "literal number" <http://perlcabal.org/syn/S02.html#Literals> in octal format o used inside a printf format string outputs a numerical value in octal format |