|
NAMEmapabloperexpr - applies a function to all operands. See the file man1/alc_origin.1. SYNOPSIS#include "abl101.h" chain_list ∗mapabloperexpr( Function, Oper, Expr ) PARAMETERSDESCRIPTIONmapabloperexpr applies Function to all operands of Expr. mapabloperexpr creates a head of an operator expression having Oper as operator and adds the arguments calculated by applying Function to each arguments of Expr. Function must return an expression and must have a unique expression as argument. RETURN VALUEmapabloperexpr returns a new expression by applying Function to all the arguments of the operator expression Expr. EXAMPLE#include "abl101.h" SEE ALSOabl(1) See the file man1/alc_bug_report.1.
|