aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/doc/flow_classes/list.==-help.pd
blob: 6e38a0a90364d5ed5bbd1bc56a66355e6f5434db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#N canvas 653 141 632 343 10;
#X obj 0 0 doc_h;
#X obj 0 314 doc_f;
#X obj 84 56 list.==;
#X text 174 49 compare two lists and tell whether they are exactly
equal to each other.;
#X obj 3 110 doc_c any;
#X obj 14 140 doc_cc any;
#X obj 97 140 doc_m cany <any>;
#X obj 3 172 doc_i 2;
#X obj 3 252 doc_o 1;
#X obj 14 202 doc_ii 0;
#X obj 14 222 doc_ii 1;
#X obj 14 282 doc_oo 0;
#X obj 97 202 doc_m i0 list;
#X obj 97 222 doc_m i1 list;
#X obj 97 282 doc_m o0 float bool;
#X text 232 282 1 if lists are same \, 0 if they are different.;
#X text 206 199 compare this list with the stored list;
#X text 232 140 all arguments together form a list being stored;
#X text 208 223 same as all arguments together;
#X connect 6 1 17 0;
#X connect 14 1 15 0;