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