Name

argsof — Returns the arguments of a term.

Synopsis

list argsof ( term  TERM );

Parameters

term TERM

Return

list

Usage

  argsof (`fun(1, 2)) -> [1, 2]