#N canvas 371 48 602 414 10; #X obj 77 185 pack f f; #X msg 77 104 135 128; #X obj 77 217 unpack f f; #X obj 77 248 expr $f1/$f2; #X floatatom 77 280 5 0 0 0 - - -; #X msg 87 127 25 24; #X msg 97 150 16 15; #X text 168 159 pack receives two values from the previous message and puts them into a list format.; #X text 168 203 upack takes the two values and prepares to send them on to another function.; #X text 169 242 expr $f1/$f2 takes the two values in order from left to right and forms the quotient.; #X text 166 115 click on a message to send the two values to the pack function box.; #X text 172 283 the final value is printed out as a decimal.; #X connect 0 0 2 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 2 1 3 1; #X connect 3 0 4 0; #X connect 5 0 0 0; #X connect 6 0 0 0;