Water 5-Flow Control and Boolean-Boolean Logic
method is
Contract
Return typewob
No input parameters.
Parameter kindDefault valueType
Other unkeyed argumentsreqwob
Water Contract
<method is
  _other_unkeyed=req=wob=ekind.code="_body"/>

See also: is_not, equal

Returns true if _subject is the same/identical object as the argument. Returns false otherwise. Can take multiple arguments.
3.<is 3/>true
"ab".<is "ab" "ab"/>true
3.<is 3.0/>false
3.<equal 3.0/>true