link
Synopsis:
(link key to value in dict)
(link key to value in prop)
(link key to value in prop of entity)
Description:
Links a key
key to a value
value in a dictionary
dict, resp. in a dictionary stored
as a property
prop in the current entity or in the entity
entity.
Example:
(new property "points" as {})
(link "player1" to 10 in "points")
(property "points") --> {player1=10}
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @