new var
Synopsis:
(new var name as value)
Description:
Defines a temporary variable
name with value
value.
Variables can be retrieved by means of their name.
Example:
(new var tempAge as 12)
(update property "myAge" to tempAge) --> 12
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @