scel/sc/scide_scel/homeContext.sc
2021-08-19 20:54:46 -04:00

6 lines
91 B
Python

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