toterm — Converts a value to a term.
term toterm (
)
VALUE
If the value can't be converted to a term, nilterm is returned.
toterm ("VBox") -> `VBox () toterm (`VBox) -> `VBox ()