IS-SAME tests if values are the same
Categoryname
IS-SAME value1 value2
value1 - first value in the comparison
value2 - second value in the comparison
This method has no refinements
IS-SAME tests if values are the same
Descriptions and
this: "this"
that: "that"
alsothis: "this"
if not is-same this that [write/line "This is not that!"]
if is-same this alsothis [write/line "This is alsothis!"]
Result
This is not that!
This is alsothis!