#eoi(), #endofinput()
DESCRIPTION
returns TRUE if there is no input, if at the last input line, or if in the end section;
FALSE otherwise
SYNOPSIS
#eoi()
#endofinput()
ARGUMENTS
none
EXAMPLES
rule
if #eoi()
output mail "there is no (more) input"
fi
SEE ALSO
#innum(), #inputnumber()
#rule(), #rulenumber()
Numerical Functions
String Functions