There are a number of ways:
$eval($whateveridentifier(code),0)
$($whateveridentifier(code),0) <-- $() is the same as $eval()
$!whateveridentifier(code)
$+($,whateveridentifier(code))
$ $+ whateveridentifier(code)

Edit: $() typo.

Last edited by Collective; 10/05/04 06:25 AM.