From 6a563da1b00db2e2dae3177552e6c48a126573a1 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 17 Nov 2024 09:32:49 +0000 Subject: [PATCH] doc: include dquote strings in Person.im --- doc/sample/Person.im | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sample/Person.im b/doc/sample/Person.im index 6b27d14..b0daf84 100755 --- a/doc/sample/Person.im +++ b/doc/sample/Person.im @@ -542,9 +542,9 @@ p1 = do end. -v = 'Hello'. +v = "Hello". if v is String then - cout put:'v is a string!' + cout put:"v is a string!" end /******************************************************************************/