scel/sc/homeContext.sc
2009-01-02 19:06:25 +00:00

6 lines
91 B
Python

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