From f7271130ceebe1fd2d184298fc2d1e892ab7d64f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 5 Feb 2022 23:17:25 +0200 Subject: More things --- src/Tutorial.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Tutorial.tsx') diff --git a/src/Tutorial.tsx b/src/Tutorial.tsx index 20b4304..0fcdb12 100644 --- a/src/Tutorial.tsx +++ b/src/Tutorial.tsx @@ -48,7 +48,7 @@ const Tutorial = () => (
cond
-

Consume three values (bool, phrase1, phrase2) from the stack. If bool is true, +

Consume three values (phrase2, phrase1, bool) from the stack. If bool is true, evaluate phrase1, otherwise evaluate phrase2.

-- cgit v1.3