m4の使用例 (2)
%
cat sample2.m4
define(a,100)
define(b,200)
aはbとifelse(a,b,等しい,異なる)
%
m4 sample2.m4
100は200と異なる
%