From 15fe079a45b48c29db2bed85d706fb1c976b1953 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 6 Jan 2021 03:33:11 +0300 Subject: Fix of fix of fix. --- examples/interpreter.csx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/interpreter.csx b/examples/interpreter.csx index b82caab..4632a24 100644 --- a/examples/interpreter.csx +++ b/examples/interpreter.csx @@ -201,9 +201,7 @@ [set read [fn [usercontext] [output "> "] [sethead linep [instrlist]] - [set readed [readobj]] - [write readed] [output newline] - [set res [run readed usercontext]] + [set res [run [readobj] usercontext]] [write [head res]] [output newline] [read [tail res]] -- cgit v1.2.3