aboutsummaryrefslogtreecommitdiff
path: root/help/listto-help.pd
blob: b71636c6a7dbc76ed876df54d5db9f29c7b1a1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#N canvas 748 370 458 308 10;
#X obj 60 181 listto;
#X msg 60 62 1 2 3 4;
#X obj 60 246 print list;
#X obj 97 206 print end;
#X text 45 19 separate a list into a stream of atoms;
#X text 166 207 outputs a bang at the end of the list;
#X msg 75 83 list uno dos tres quatro;
#X msg 75 138 one two three four;
#X text 191 138 must be a "list" \, so this doesn't work;
#X connect 0 0 2 0;
#X connect 0 1 3 0;
#X connect 1 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;