aboutsummaryrefslogtreecommitdiff
path: root/tutorial/list.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/list.md')
-rw-r--r--tutorial/list.md2
1 files changed, 1 insertions, 1 deletions
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'"
-->