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

(DivideString exp string-exp)

XML `

<DivideString>
	exp string-exp
</DivideString>
</prototype>
<prototype>
C֐錾
</prototype>
<explanation>
exp̒ɑ݂镶string-exp؂ƂĕBꂽ̓XgɂāÂʒuɖߍށBȉ̗QƁB 
<pre>
<DivideString> (quote ("abcdEFghij" (("123EF5EF" "zxcEFiii") "jofEFrEFddd" "dfgh"))) </DivideString> 
</pre>
̌ʂ́A 
<pre>
(("abcd" "ghij") ((("123" "5 "") ("zxc" "iii")) ("jof" "r" "ddd") ("dfgh"))) 
</pre>
</explanation>
</function>

