From 5898668237d2087148b57d174b7f7644dc52fc70 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 16 Sep 2025 06:39:01 +0200 Subject: [PATCH] Just a quoting test... ;) --- play.fun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.fun b/play.fun index 3c3202d..7f276bd 100755 --- a/play.fun +++ b/play.fun @@ -14,7 +14,7 @@ print("Yay, the playground for having fun... ;)") number n = 10 print(n) -string s = "Hello, world!" +string s = "Hello,\nworld!" print(s) fun foo()