From bd8f981b818a7e914c4ec29c41be1d73333c552a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 20 Aug 2021 22:14:00 -0400 Subject: =?UTF-8?q?Adjust=20markdown=20files=20for=20CBQN=20(no=20?= =?UTF-8?q?=E2=80=A2Eval)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorial/evalexp.bqn | 2 +- tutorial/list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorial') 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. -- cgit v1.2.3