j
k
j a
j l
It seems like something like that would be necessary anyway to get rid of this slightly annoying warning:
void x() {write ("hello!\n");} x();
Compiler Warning: 1: Returning a void expression. Converted to zero. hello! (1) Result: 0
Back to the thread
Back to the list