6 lines
237 B
Smalltalk
6 lines
237 B
Smalltalk
|
accessing
|
||
|
query: aDictionary
|
||
|
"The dictionary has two keys: the query parameter(s) itself
|
||
|
and the date when the query was executed.
|
||
|
Such information is used to store/serialize query results outside of the image."
|
||
|
query := aDictionary
|