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