Scala tutorial to demonstrate infix custom notation in scala: syntactic sugar
So we know scala mimic certain expressions close to natural language like (obj prints "hello world"), this is possible in scala because all operators are treated as method calls like in expression a + b is internally translated to a.+(b), internally any number or strings is represented as