0.0.0 • Published 9 years ago

out. v0.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

out.

The thinking goes something like this

$$in(function(

  arg1, // in. ...
  arg2, // in. ...

  resultCase1,  // out.as.webhook ... 
  resultCase2   // out. ... blah blah blah

){
    
  resultCase1( arg1 + 1 );
  resultCase2( arg2 + 2 );

  // still a young idea... (brewing)

})

Also, in. will likely out. itself.