Name

toterm — Converts a value to a term.

Synopsis

term toterm ( any VALUE );
 

Parameters

any VALUE

Return

term

Description

If the value can't be converted to a term, nilterm is returned.

Usage

  toterm ("VBox") -> `VBox ()
 

  toterm (`VBox) -> `VBox ()