Name ;
Definition (S1:expr(void)) ; (S2:expr(T:type)) : expr(T)
Example foo(3) ; sprocket
Defined in ctrl.l
Implementation icode
Infix _;_ : infix(40,right).
Description Evaluate left and right parameters in sequence. Return result of right parameter, if any.