[Cuis-dev] String vs Symbol objects

ken.dickey at whidbey.com ken.dickey at whidbey.com
Wed Jul 17 13:50:33 PDT 2024


On 2024-07-17 07:08, Mark Volkmann via Cuis-dev wrote:

> When I enter the following lines in a Workspace, select them, and "Do 
> it", I get an AssertionFailure error:
> 
> str1 := 'test'.
> str2 := 'test'.
> self assert: str1 ~~ str2.
> 
> Ken, are you saying that you do not get that error?

Yes.  For me `str1 ~~ str2` --> true

-KenD


More information about the Cuis-dev mailing list