Rice coding: Difference between revisions

→‎{{header|raku}}: put tests in CHECK phaser
m (→‎{{header|Phix}}: hardly production ready, anyway)
(→‎{{header|raku}}: put tests in CHECK phaser)
Line 170:
}
 
CHECK {
use Test;
constant N = 100;
plan 2* constant N += 1100;
plan 2*N + 1;
is $_, Rice::decode Rice::encode $_ for -N..N;</syntaxhighlight>
}</syntaxhighlight>
 
=={{header|Wren}}==
1,934

edits