you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 2 years ago (1 child)

I think every language needs a please operator, which acts to enforce human expectation of a statement:

'1'  + '1'            ## evaluates to '11'
please '1' + '1' ## evaluates to '2'
  • source
  • parent
  • hideshow 2 child comments