Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed commented out entries at the end of syntax.pod to commented
TODOs
  • Loading branch information
dha committed Sep 1, 2015
1 parent 89d3f16 commit 1f5b4de
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions lib/Language/syntax.pod
Expand Up @@ -347,30 +347,26 @@ arrays themselves:
# does not flatten:
say [[@a], [3, 4]].elems; # 2
=begin comment
=head3 Hash literals
TODO
=comment TODO
=head3 Regex literals
TODO
=comment TODO
=head2 Declarations
TODO
=comment TODO
=head2 Subroutine calls
TODO
=comment TODO
=head1 Operators
TODO: link to language/operators
=comment TODO: link to language/operators
=head1
=end comment
=end pod

0 comments on commit 1f5b4de

Please sign in to comment.