doc: include dquote strings in Person.im
This commit is contained in:
@@ -542,9 +542,9 @@ p1 = do
|
|||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
||||||
v = 'Hello'.
|
v = "Hello".
|
||||||
if v is String then
|
if v is String then
|
||||||
cout put:'v is a string!'
|
cout put:"v is a string!"
|
||||||
end
|
end
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user