Class Var


back
@ v
| res |
"v is a String"
res := AllVariables
find: [:el| (el at: 1) = v]
ifAbsent: [^ self error: 'Variable not found: ', v].
^ res at: 2