Why not? ".$identifier" would work anywhere in the script, exactly as "$null($identifier)" does, and we can have more than one of them in one line, like this,
$null($input(hello)) $null($input(world))
(this line actually does nothing besides bringing up the input boxes)