j
k
j a
j l
This code produces a coredumpwith pike 7.4 at pelix:
int a; int main() { int b; b += global.a; }
Substituting "+=" for "=" instead renders the error:
core.pike:5:Assigning a void expression. Pike: Failed to compile script: Compilation failed.
Back to the thread
Back to the list