From 6d571b83f39b054f1e150320b3f267ee2107c40a Mon Sep 17 00:00:00 2001 From: Raymon Zutekouw <40148684+Raymonzut@users.noreply.github.com> Date: Thu, 30 Dec 2021 23:29:00 +0100 Subject: [PATCH] Correct example.mblf with no-arg print --- example.mblf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.mblf b/example.mblf index e4c3b90..a9074fa 100644 --- a/example.mblf +++ b/example.mblf @@ -2,4 +2,5 @@ var hello point hello add "!" -print hello +;; There is no need to point to hello again +print