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

Commit 71145f6

Browse files
committed
tick boxes for labels for rakudo and add seperate 'goto'
1 parent 6d4d025 commit 71145f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

features.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,14 @@
138138
"spec" : [ "http://perlcabal.org/syn/S04.html#Loop_statements" ]
139139
}, {
140140
"item" : "Labeled loops",
141-
"status" : "rp- rj- rm- n-",
141+
"status" : "rp+ rj+ rm+ n-",
142142
"code" : [ ],
143143
"spec" : [ "http://perlcabal.org/syn/S04.html#Loop_statements" ]
144+
}, {
145+
"item" : "goto",
146+
"status" : "rp- rj- rm- n-",
147+
"code" : [ ],
148+
"spec" : [ "http://perlcabal.org/syn/S04.html#The_goto_statement" ]
144149
}]
145150
},
146151
{ "section": "Classes",

0 commit comments

Comments
 (0)