tit:distribute
type:$type_exec
syntax:!distribute ``type string'' into ``namelist''
mean:Distribute the content of ``string'' into variables ``namelist''. The distribution \
can be done word by word, item by item, character by character or line by line, \
according to the word ``type'' where ``type'' can be one of the following: ``words'', ``items'', \
``lines'', ``chars''. <p> For example, if ``type'' is ``words'', \
then the first (resp. second, etc.) variable in ``namelist'' will be set\
to the first (resp. second, etc.) word of ``string''.</p>