enhanced the vm logging interface
attempted to execute ensure blocks on process termination. (wip)
This commit is contained in:
@ -21,6 +21,22 @@
|
||||
#class Association(Magnitude)
|
||||
{
|
||||
#dcl key value.
|
||||
|
||||
#method key: key value: value
|
||||
{
|
||||
self.key := key.
|
||||
self.value := value.
|
||||
}
|
||||
|
||||
#method key
|
||||
{
|
||||
^self.key
|
||||
}
|
||||
|
||||
#method value
|
||||
{
|
||||
^self.value
|
||||
}
|
||||
}
|
||||
|
||||
#class Character(Magnitude)
|
||||
|
Reference in New Issue
Block a user