Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 336c0d9

Browse files
committed
add a few codes
1 parent 5f65854 commit 336c0d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

features.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,20 @@
2121
{
2222
"item" : "Basic control structures",
2323
"status" : "rm+ rn+ n+"
24+
"code" : "http://rosettacode.org/wiki/Conditional_structures#Perl_6"
25+
"code" : "http://rosettacode.org/wiki/Loops"
2426
}, {
2527
"item" : "Lexical variables",
2628
"status" : "rm+ rn+ n+"
29+
"code" : "http://rosettacode.org/wiki/Closures/Variable_capture#Perl_6"
30+
"code" : "http://rosettacode.org/wiki/Man_or_boy_test#Perl_6"
2731
}, {
2832
"item" : "Basic types (strings, numbers)",
2933
"status" : "rm+ rn+ n+"
34+
"code" : "http://rosettacode.org/wiki/String_interpolation_%28included%29#Perl_6"
35+
"code" : "http://rosettacode.org/wiki/Substring#Perl_6"
36+
"code" : "http://rosettacode.org/wiki/Literals/Integer#Perl_6"
37+
"code" : "http://rosettacode.org/wiki/Fibonacci_sequence#Perl_6"
3038
}, {
3139
"item" : "Basic file IO",
3240
"status" : "rm+ rn+ n+-"

0 commit comments

Comments
 (0)