[chuck-users] Cast of function argument

Manfred Brockhaus manfred.brockhaus at chello.at
Tue Sep 13 17:33:18 EDT 2005


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



More information about the chuck-users mailing list