From f3d45a1ca914d59968531a6d5c409d80b73e53c3 Mon Sep 17 00:00:00 2001 From: razetime Date: Thu, 20 Jan 2022 11:57:50 +0530 Subject: complete REPL help for symbols --- help/beginlist.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 help/beginlist.md (limited to 'help/beginlist.md') diff --git a/help/beginlist.md b/help/beginlist.md new file mode 100644 index 00000000..7f0a51c0 --- /dev/null +++ b/help/beginlist.md @@ -0,0 +1,16 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/beginlist.html).* + +# Mathematical Left Angle Bracket (`⟨`) + +## `⟨ ...`: Begin list + +Starts a list. Inner elements must be separated by `,` or `⋄`. +Lists can be nested in other lists. + +Must end with a corresponding `⟩`. + + ⟨1, 2, 3⟩ + + ⟨+ ⋄ - ⋄ 56⟩ + + \ No newline at end of file -- cgit v1.2.3