From 0d6c26b9aa607ff14e14e6488bace207e324022a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 13 Jun 2022 13:20:34 -0400 Subject: =?UTF-8?q?Highlight=20[]=20as=20list=20brackets,=20like=20?= =?UTF-8?q?=E2=9F=A8=E2=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/variable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial') diff --git a/docs/tutorial/variable.html b/docs/tutorial/variable.html index df0d7c74..1bb916ac 100644 --- a/docs/tutorial/variable.html +++ b/docs/tutorial/variable.html @@ -223,7 +223,7 @@ ↗️
    8 "BQN"        # Change the first element to 8
 ⟨ 8 'Q' 'N' ⟩
 
-

BQN doesn't have a dedicated syntax such as list[index] to select from a list, because a function is more consistent with the rest of BQN's notation and can be manipulated more easily. This decision has already been useful to us, because Under's right operand is a function! With a special notation we'd have to first "package" index selection into a function to use it.

+

BQN doesn't have a dedicated syntax such as list[index] to select from a list, because a function is more consistent with the rest of BQN's notation and can be manipulated more easily. This decision has already been useful to us, because Under's right operand is a function! With a special notation we'd have to first "package" index selection into a function to use it.

-- cgit v1.2.3