asproc
| asproc | 
  Purpose
 
 Ignore the return value of a function call.
 
  Synopsis
 
procedure asproc(fctcall)
 
  Argument
 
| 
     fctcall 
     | 
     A function call
     | 
  Example
 
asproc(splithead(L,2))
  Further information
 
  This procedure makes it possible to call a function and ignore its return value (see also option
 fctasproc in section
 Directive options).
 
 
