[javascript-dev] Re: distinguishing between inlets
Glen
stormbind at gmail.com
Mon May 19 06:29:45 MDT 2008
- Previous message: [javascript-dev] distinguishing between inlets
- Next message: [javascript-dev] Re: distinguishing between inlets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The reason the manual isn't helping me is because it states [b]inlet(no, get)[/b] yet inlet is not a function
it also [i]implies[/i] using msg_int(a, b, c..) and this happens:
function msg_int(a, b){
post(a); // will output a or b
post(b); // nothing
}
- Previous message: [javascript-dev] distinguishing between inlets
- Next message: [javascript-dev] Re: distinguishing between inlets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
