From 49b58b2d57eb9ae5a5d587bf6144f198797da0a2 Mon Sep 17 00:00:00 2001 From: mRnea Date: Mon, 29 Jul 2024 00:36:06 +0300 Subject: minor change to run to make it more generic --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.lisp') diff --git a/main.lisp b/main.lisp index 578fa01..8a90c32 100644 --- a/main.lisp +++ b/main.lisp @@ -39,7 +39,7 @@ (defun example-run () (example-compile) - (run '("test/output"))) + (run '("test/output") :output t)) (defun start-forth-repl () (iter (for line = (progn (format t "~&> ") (read-line))) -- cgit v1.2.3