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