From 1251d35b94d64b7f34d5dd16eab8e7493b0c966c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Feb 2022 21:13:03 +0200 Subject: Add tests, do 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 0fcdb12..a511ec3 100644 --- a/src/Tutorial.tsx +++ b/src/Tutorial.tsx @@ -22,7 +22,7 @@ const Tutorial = () => (

Phrases, roughly equal to Lisp's quoted S-expressions, are a sequence of words that are not immediately evaluated when encountered, but instead put on - the stack for later manipulation. Phrases can be used to implement strings or homogenous + the stack for later manipulation. Phrases can be used to implement strings or heterogenous list structures. Phrases are also the core of conditional expressions, where branches of code are only evaluated when a condition is met.

-- cgit v1.3