The following artificial example generates a syntax error. What is the
correct syntax?

main.pike:

class B {
  inherit FOO.A;
  void f() {
    FOO.A::f();
  }
}

FOO.pmod:

class A {
  void f() {}
}


Arne
  • loo... Arne Goedeke
    • ... Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum

Reply via email to