j
k
j a
j l
hi,
shouldn't the following create some runtime errors if i turn on -rt?
void main() { string|int foo; Stdio.File f; object ff; mixed gazong;
foo = 1; gazong = foo; ff = gazong; f = ff; write("%O\n", f); }
greetings, martin.
Back to the thread
Back to the list