Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
3 additions
and 2 deletions.
- +3 −0 spec/tags/language/or_tags.txt
- +0 −2 topaz.mspec
@@ -0,0 +1,3 @@ | ||
fails:The or operator has a lower precedence than 'break' in 'break true or false' | ||
fails:The or operator has a lower precedence than 'next' in 'next true or false' | ||
fails:The or operator has a lower precedence than 'return' in 'return true or false' |