new property
Synopsis:
(new property property)
(new property property as value)
Description:
Initializes a new local property
property to the
nil value, resp. to
value.
Example:
(new property "age")
(new property "age" as 25)
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @