doc: include dquote strings in Person.im

This commit is contained in:
2024-11-17 09:32:49 +00:00
parent c9661af81e
commit 6a563da1b0

View File

@@ -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
/******************************************************************************/