RCRPG/Raku: Difference between revisions

m
→‎RCRPG/Raku: Fix syntax highlighting
m (Thundergnat moved page RCRPG/Perl 6 to RCRPG/Raku: Name of the language has changed)
m (→‎RCRPG/Raku: Fix syntax highlighting)
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{collection|RCRPG}}
=={{example|task=RCRPG|language=Raku}}==
 
This [[Perl 6Raku]] version of [[RCRPG]] implements a text interface.
 
==Language Idioms==
This version of RCRPG demonstrates the following idioms in Perl 6Raku.
* A simple [[input loop]]
* Subroutines (Functions)
Line 24:
==Code==
{{works with|Rakudo|2018.03}}
<syntaxhighlight lang="raku" perl6line>my %commands;
my %rooms;
 
Line 235:
}
%rooms{$room}.greet;
}</syntaxhighlight >
}</lang>
10,327

edits