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

Commit

Permalink
add a few codes
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Jul 26, 2011
1 parent 5f65854 commit 336c0d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features.json
Expand Up @@ -21,12 +21,20 @@
{
"item" : "Basic control structures",
"status" : "rm+ rn+ n+"
"code" : "http://rosettacode.org/wiki/Conditional_structures#Perl_6"
"code" : "http://rosettacode.org/wiki/Loops"
}, {
"item" : "Lexical variables",
"status" : "rm+ rn+ n+"
"code" : "http://rosettacode.org/wiki/Closures/Variable_capture#Perl_6"
"code" : "http://rosettacode.org/wiki/Man_or_boy_test#Perl_6"
}, {
"item" : "Basic types (strings, numbers)",
"status" : "rm+ rn+ n+"
"code" : "http://rosettacode.org/wiki/String_interpolation_%28included%29#Perl_6"
"code" : "http://rosettacode.org/wiki/Substring#Perl_6"
"code" : "http://rosettacode.org/wiki/Literals/Integer#Perl_6"
"code" : "http://rosettacode.org/wiki/Fibonacci_sequence#Perl_6"
}, {
"item" : "Basic file IO",
"status" : "rm+ rn+ n+-"
Expand Down

0 comments on commit 336c0d9

Please sign in to comment.