<function>
<fname property="Applicative Order / LEVEL: 0">
Append
</fname>
<prototype>
LISP`

(Append exp1 exp2)

XML`

<Append>
	exp1
	exp2
</Append>
</prototype>
<prototype>
C֐錾

XLtype * cAppend(XLtype * exp1,XLtype * exp2);
</prototype>
<explanation>
exp1 exp2ŗ^ꂽl\^łꍇAexp1exp2Ȃ\^̒lԂB 

exp1exp2̍ŏ̗vfV{ŁAexp2̃V{ĂƂƁAexp2̑́Aexp1̑֏㏑Bexp2̃V{̑͏B 

exp1̍ŏV{łȂꍇ́Aexp2̃V{̑񂪏̂݁B 

exp1 exp2\^Ŗꍇtype missmatchG[ԂB 
</explanation>
</function>
