From 7a498e3a581f26b81fc9c2c9c7af8448a7f84f0f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 4 Oct 2022 14:46:45 +0300 Subject: Rename and refactor --- spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec.md') diff --git a/spec.md b/spec.md index 953b672..19992b1 100644 --- a/spec.md +++ b/spec.md @@ -29,8 +29,8 @@ Calling the builtin variadic function '\' constructs a new function. The first a Functions are automatically curried E.g. - (let f1 (\[x y] (+ x y))) - (let f2 (\[x] (\[y] (+ x y)))) + (let! f1 (\[x y] (+ x y))) + (let! f2 (\[x] (\[y] (+ x y)))) ; f1 equivalent to f2 ## Some builtin functions @@ -38,7 +38,7 @@ E.g. `let` Evaluates second argument and stores the resulting value in the environment. - (let sum2 (\[x y] (+ x y))) + (let! sum2 (\[x y] (+ x y))) `\` Defines a function. -- cgit v1.3