Execute Brain****/Raku: Difference between revisions

m
Fixed syntax highlighting and added line numbers.
m (Thundergnat moved page Execute Brain****/Perl 6 to Execute Brain****/Raku: Name of the language has changed)
m (Fixed syntax highlighting and added line numbers.)
 
Line 1:
{{works with|Rakudo|2018.03}}
<syntaxhighlight lang="raku" perl6line>class BFInterpreter {
has @.code;
has @!mem;
Line 57:
 
my $bfi = BFInterpreter.new($code);
$bfi.run;</syntaxhighlight>
</lang>
9,476

edits