m4の使用例 (4)
m4 example
%
cat sample4.m4
define(eq2,$1は$2と`ifelse($1,$2,等しい,異なる)')
eq2(100,100)
eq2(100,200)
%