13 Sep
2005
13 Sep
'05
5:33 p.m.
Implicit cast doesn't work if the function is 'sporked'. fun void foo(float x){<<<x>>>;} spork ~ foo(1); 1::second => now; prints 0 instead of 1. -mb