<function>
<fname property="Applicative Order / LEVEL: 0">
*,+,mul,add
</fname>
<prototype>
LISP`

(* exp exp ....)
(+ exp exp ....)

XML`

<mul>
	exp
	exp
	....
</mul>
<add>
	exp
	exp
	....
</add>
</prototype>
<prototype>
C֐錾
</prototype>
<explanation>
*,+XML̃^O̒ŎgƂoȂ̂ŁAmul addS֐ƂĒ`ĂB 

*͂ZA+͑Zvfexpɑ΂Ď{AʂԂBexpƂāA邱Ƃ̏o^́AInteger,FloatingPointłB+ɊւĂString 邱ƂoB 

IntegerFloatingPoint݂ĂƁA܂́AIntegerFloatingPointɃLXgĂ牉ZsB+̏ꍇASĂStringł΁ȀԂłȂ킹߂lƂB 
</explanation>
</function>

