Skip to content

Commit

Permalink
Merge pull request #32 from epi-project/fix-on
Browse files Browse the repository at this point in the history
Fixed the stray `On`-block reference
  • Loading branch information
Lut99 authored Nov 4, 2024
2 parents d5c2564 + 5e0248c commit 9583c91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specification/src/appendix/languages/bscript/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ Parallel ::= PARALLEL LBRACKET PBlocks RBRACKET SEMICOLON
| LET IDENT ASSIGN PARALLEL LBRACKET PBlocks RBRACKET SEMICOLON
| LET IDENT ASSIGN PARALLEL LBRACKET IDENT RBRACKET LBRACKET PBlocks RBRACKET SEMICOLON
PBlocks ::= PBlocks COMMA Block
| PBlocks COMMA On
| Block
| On
Return ::= RETURN Expr SEMICOLON
| RETURN SEMICOLON
Expand Down

0 comments on commit 9583c91

Please sign in to comment.