Hacker News new | ask | show | jobs
by lollerpops 5018 days ago

    sm <- commandData{action: length, result: reply} return (<-reply).(int)
wowza.
1 comments

Go away.

And anyway, that's two lines masquerading as one. Semicolon insertion won't work and this won't compile.

  sm <- commandData{action: length, result: reply} 
  return (<-reply).(int)