scel/scide_scel/homeContext.sc

6 lines
91 B
Python

+ FunctionDef {
homeContext {
^if (context.isNil) { this } { context.homeContext }
}
}