j
k
j a
j l
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
Back to the thread
Back to the list