From 633df5f3765fbb1c197ea5ddcec83575227fd2de Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 13 Aug 2022 16:34:07 +0100 Subject: [PATCH] Tweaked example.toy --- scripts/example.toy | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/example.toy b/scripts/example.toy index 3d83c13..7a3b328 100644 --- a/scripts/example.toy +++ b/scripts/example.toy @@ -67,3 +67,4 @@ var dict : [string, int] = ["hello": 1, "world":2]; assert true, "This won't be seen"; assert false, "This is a failed assert, and will end execution"; +print "This will not be printed because of the above assert"; \ No newline at end of file