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

Commit

Permalink
Fix multiple code entries from commit 5f65854.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jul 26, 2011
1 parent 336c0d9 commit 16a29c8
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions features.json
Expand Up @@ -20,21 +20,16 @@
"items": [
{
"item" : "Basic control structures",
"status" : "rm+ rn+ n+"
"code" : "http://rosettacode.org/wiki/Conditional_structures#Perl_6"
"code" : "http://rosettacode.org/wiki/Loops"
"status" : "rm+ rn+ n+",
"code" : [ "http://rosettacode.org/wiki/Conditional_structures#Perl_6", "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"
"status" : "rm+ rn+ n+",
"code" : [ "http://rosettacode.org/wiki/Closures/Variable_capture#Perl_6", "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"
"status" : "rm+ rn+ n+",
"code" : [ "http://rosettacode.org/wiki/String_interpolation_%28included%29#Perl_6", "http://rosettacode.org/wiki/Substring#Perl_6", "http://rosettacode.org/wiki/Literals/Integer#Perl_6", "http://rosettacode.org/wiki/Fibonacci_sequence#Perl_6" ]
}, {
"item" : "Basic file IO",
"status" : "rm+ rn+ n+-"
Expand Down

0 comments on commit 16a29c8

Please sign in to comment.