[REBOL] Reverse (get to-word string!)
From: ammoncooke:ya:hoo at: 28-Sep-2001 4:52
Hi, Now that I have the ability reference an object from a string, is it possible to make an object reference into a string? Like this:>>a: layout [[ text "this is an object" []>>to-string a== "?object?" But have it return "a" Is this possible? Did I just miss something simple? ;-/ Thanks!! ;D Ammon