!7 sS extensionCode = [[ sclass ext { svoid yo { print("Yo!"); function(); } } ]]; p { liveWire(mySource() + "\n" + extensionCode); call(getClass("main$ext"), "yo"); } svoid function { print("I'm here"); }