aboutsummaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-20 22:14:00 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-20 22:14:00 -0400
commitbd8f981b818a7e914c4ec29c41be1d73333c552a (patch)
tree3b938e67b0d0bbdbb1ce02241659b0e053020f96 /tutorial
parent48450d6ee5d085c440709e8b35c2cd4de48b3fd4 (diff)
Adjust markdown files for CBQN (no •Eval)
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/evalexp.bqn2
-rw-r--r--tutorial/list.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/evalexp.bqn b/tutorial/evalexp.bqn
index c26e2929..47cc4863 100644
--- a/tutorial/evalexp.bqn
+++ b/tutorial/evalexp.bqn
@@ -1,2 +1,2 @@
Compile ← (↕62)⊸((•Import"../src/glyphs.bqn") •Import "../src/c.bqn")
-DrawEval ← Compile⊸(•Eval •FChars "../src/e.bqn")
+DrawEval ← Compile⊸(Eval •FChars "../src/e.bqn")
diff --git a/tutorial/list.md b/tutorial/list.md
index a9fa6471..c9fbb0d2 100644
--- a/tutorial/list.md
+++ b/tutorial/list.md
@@ -183,7 +183,7 @@ Now we'd like to generate that list `8‿4‿2‿1` instead of writing it out, p
Lot of functions up there. Notice how I need to use parentheses for the left argument of a function if it's compound, but never for the right argument, and consequently never with a one-argument function.
<!--GEN evalexp.bqn
-wh↩19⌾(¯1⊸⊑)wh
+Eval "wh↩19⌾(¯1⊸⊑)wh"
DrawEval "+´ (⌽2⋆↕4) × ""1001""-'0'"
-->