diff options
Diffstat (limited to 'tutorial')
| -rw-r--r-- | tutorial/evalexp.bqn | 2 | ||||
| -rw-r--r-- | tutorial/list.md | 2 |
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'" --> |
