blob: 6bb983330c0f6605c3dc5db2b2ede57834883107 [file] [log] [blame]
SYNOPSIS
mixed funcall(closure cl, mixed arg, ...);
BESCHREIBUNG
Wertet die Closure 'cl' aus. Die Argumente 'args' werden als Argumente
an die Closure uebergeben. Wenn 'cl' keine Closure ist, wird 'cl'
zurueck gegeben.
SIEHE AUCH
apply(E), quote(E)