From c3ea468236e362e4ecc1bc27aed7a64d90e7cf81 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 2 Jun 2022 21:42:44 -0400 Subject: Always use "index list", not "list index", for a full element index --- docs/doc/identity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/identity.html') diff --git a/docs/doc/identity.html b/docs/doc/identity.html index 5ef3bde7..baaf7fa8 100644 --- a/docs/doc/identity.html +++ b/docs/doc/identity.html @@ -69,7 +69,7 @@

A larger class of block functions can be translated just by adding parentheses and ˙ (there's a discussion of this technique in APL here). It's helpful when writing tacit code to know that Fn applies Fn to the left argument only and Fn applies it to the right argument—these can be read "Fn of left" and "Fn of right".

One more thing

-

You've probably seen used in documentation to display the value of a variable being assigned. This is a hack, and in most contexts •Show should be used to display values.

+

You've probably seen used in documentation to display the value of a variable being assigned. Normally •Show is used to display values, but the website is sort of a weird context: it displays by default but disables it if the final thing done is an assignment. isn't assignment, so it works arround that rule.

↗️
     a  "show this"
 "show this"
 
-- cgit v1.2.3