scalar-value ( obj -- obj' )


Vocabulary
yaml

Inputs
objan object


Outputs
obj'an object


Word description
If obj is hashtable, returns it's default value, else return obj itself.

See also
value

Definition