Update of /cvsroot/pure-data/externals/PDContainer/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26777
Modified Files: help-h_stack.pd Log Message: new h_stack helpfile
Index: help-h_stack.pd =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/help/help-h_stack.pd,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** help-h_stack.pd 25 Oct 2004 19:02:32 -0000 1.1.1.1 --- help-h_stack.pd 4 Apr 2005 12:42:58 -0000 1.2 *************** *** 1,4 **** #N canvas 489 0 796 753 10; ! #X obj 161 536 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 516 108 cnv 15 204 104 empty empty empty 20 12 0 14 -66577 -66577 --- 1,4 ---- #N canvas 489 0 796 753 10; ! #X obj 161 579 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 516 108 cnv 15 204 104 empty empty empty 20 12 0 14 -66577 -66577 *************** *** 226,230 **** #X msg 430 476 clearall; #X obj 430 630 print BBB; ! #X obj 82 579 print AAA; #X text 541 360 <- change namespace; #X msg 430 359 namespace grix; --- 226,230 ---- #X msg 430 476 clearall; #X obj 430 630 print BBB; ! #X obj 82 622 print AAA; #X text 541 360 <- change namespace; #X msg 430 359 namespace grix; *************** *** 237,248 **** #X text 429 283 general operations:; #X text 287 53 ::: h_stack :::; - #X text 38 133 Stack is a "last in first out" (LIFO) data structure: - the element at the top of a stack is the one that was most recently - added (push). Top outputs the elements from the top without removing - it , pop outputs and removes it.; #X obj 430 563 h_stack data; #X floatatom 469 606 5 0 0 0 - - -; ! #X obj 82 514 h_stack data; ! #X floatatom 121 556 5 0 0 0 - - -; #X msg 430 391 getsize; #X text 493 391 <- puts out the size of the; --- 237,244 ---- #X text 429 283 general operations:; #X text 287 53 ::: h_stack :::; #X obj 430 563 h_stack data; #X floatatom 469 606 5 0 0 0 - - -; ! #X obj 82 557 h_stack data; ! #X floatatom 121 599 5 0 0 0 - - -; #X msg 430 391 getsize; #X text 493 391 <- puts out the size of the; *************** *** 259,280 **** #X msg 82 462 pop; #X text 513 606 <- nr of elements; ! #X text 187 536 <- bang if stack is empty; #X text 117 463 <- removes the data from the; #X text 138 478 top of the stack; ! #X connect 10 0 28 0; ! #X connect 11 0 28 0; ! #X connect 13 0 28 0; ! #X connect 14 0 28 0; ! #X connect 18 0 28 0; ! #X connect 28 0 15 0; ! #X connect 28 1 29 0; ! #X connect 28 2 12 0; ! #X connect 30 0 16 0; ! #X connect 30 1 31 0; ! #X connect 30 2 0 0; ! #X connect 32 0 28 0; ! #X connect 35 0 30 0; ! #X connect 36 0 35 0; ! #X connect 37 0 35 0; ! #X connect 40 0 30 0; ! #X connect 44 0 30 0; --- 255,282 ---- #X msg 82 462 pop; #X text 513 606 <- nr of elements; ! #X text 187 579 <- bang if stack is empty; #X text 117 463 <- removes the data from the; #X text 138 478 top of the stack; ! #X text 137 494 (but without putting it; ! #X text 146 508 out !!!); ! #X text 38 133 Stack is a "last in first out" (LIFO) data structure: ! the element at the top of a stack is the one that was most recently ! added (push). Top outputs the elements from the top without removing ! it , pop removes it without putting it out.; ! #X connect 10 0 27 0; ! #X connect 11 0 27 0; ! #X connect 13 0 27 0; ! #X connect 14 0 27 0; ! #X connect 18 0 27 0; ! #X connect 27 0 15 0; ! #X connect 27 1 28 0; ! #X connect 27 2 12 0; ! #X connect 29 0 16 0; ! #X connect 29 1 30 0; ! #X connect 29 2 0 0; ! #X connect 31 0 27 0; ! #X connect 34 0 29 0; ! #X connect 35 0 34 0; ! #X connect 36 0 34 0; ! #X connect 39 0 29 0; ! #X connect 43 0 29 0;