From 3c341599713fd8e15d496126434ec2756b76ef87 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 19 Apr 2022 21:42:56 -0400 Subject: Update tutorial text written before error messages in markdown --- docs/tutorial/variable.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/tutorial') diff --git a/docs/tutorial/variable.html b/docs/tutorial/variable.html index 16186db4..61c425b8 100644 --- a/docs/tutorial/variable.html +++ b/docs/tutorial/variable.html @@ -44,8 +44,7 @@ ↗️
    BQN  "[many pages of specification]"
 Error: Role of the two sides in assignment must match
 
-

What's going on? Does BQN not know about capital letters? Does it object to self-reference? Why is "BQN" green?

-

If you open that statement in the online REPL, you'll see the more informative message "Role of the two sides in assignment must match" (assignment means anything written with a leftward arrow—either definition or modification). This is still cryptic but at least a "role" is something we've heard about before.

+

Does BQN not know about capital letters? Does it object to self-reference? Why is "BQN" green? At least there's an error message, and a "role" is something we've heard about before. Assignment means anything written with a leftward arrow—either definition or modification.

I'll first confuse you a little more by pointing out that BQN's variables are case-insensitive, and even underscore-insensitive!

↗️
    three
 3
-- 
cgit v1.2.3