Beispiel #1
0
mixed do_turn_on_obj_word_obj(mixed foo, mixed foo2) {
    return foo2->eventTurnOn(foo);
}
Beispiel #2
0
varargs mixed do_turn_obj_on(mixed foo, mixed foo2) {
    return foo->eventTurnOn();
}