Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
I dont like md
  • Loading branch information
FROGGS committed Apr 7, 2013
1 parent 5f0eeb8 commit 9102362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO_compound_statements.md
Expand Up @@ -4,6 +4,7 @@ See http://perldoc.perl.org/perlsyn.html#Compound-Statements
in rakudo and v5 at the same time.

Done:

if (EXPR) BLOCK
if (EXPR) BLOCK else BLOCK
if (EXPR) BLOCK elsif (EXPR) BLOCK ...
Expand All @@ -17,12 +18,14 @@ Done:
LABEL foreach VAR (LIST) BLOCK

Almost (LHF):

given (EXPR) BLOCK
unless (EXPR) BLOCK elsif (EXPR) BLOCK ...
unless (EXPR) BLOCK elsif (EXPR) BLOCK ... else BLOCK
LABEL until (EXPR) BLOCK

Todo:

LABEL while (EXPR) BLOCK continue BLOCK
LABEL until (EXPR) BLOCK continue BLOCK
LABEL for VAR (LIST) BLOCK continue BLOCK
Expand Down

0 comments on commit 9102362

Please sign in to comment.