diff options
Diffstat (limited to 'help/endblock.md')
| -rw-r--r-- | help/endblock.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/help/endblock.md b/help/endblock.md new file mode 100644 index 00000000..a10aa907 --- /dev/null +++ b/help/endblock.md @@ -0,0 +1,17 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/endblock.html).* + +# Right Curly Bracket (`}`) + +## `... }`: End Block + +Starts a block, which starts with `}`. See [Begin Block](beginblock.md) for more details. + + {π¨ + π©} # Function + + {π¨βΏπ½βΏπ©} # 1-modifier + + {π¨βΏπ½βΏπΎβΏπ©} # 2-modifier + + {a β 5} # Namespace + + {5+4+6} # Immediate block
\ No newline at end of file |
