9.2. @
Aus Hugo Doku
@#slot_list <!seperators!> slotname;
Description:
Declares a slot list. When a slot_list is called, all added child outputs are seperated by the signs given in the parameter seperators. You can use this declared slot_list then in an output method by just writing @#slotname.
This is a good alternative to the context method @#slot_list<! !>. By declaring the slot list first, the Frame class gets much more readable.
<not documented further yet, examples missing, good example: parameter lists of methods>
Next: 9.3. @#slot_merge

