In JSL there are many functions which allow Expressions as arguments, like
dt << New Column( "X", Formula( row() ) );
where the supplementary argument Formula( row() )
can be at any position (N>1) within (...) because it can be identified via the keyword
Formula().
Can user-defined functions have similar supplementary arguments?