print("string")
I would have liked to see
fn op1 op2
to be the standard function invocation - like in Haskell. (I know that would have wreaked havoc with the rest of Python's syntax.)
print("string")
I would have liked to see
fn op1 op2
to be the standard function invocation - like in Haskell. (I know that would have wreaked havoc with the rest of Python's syntax.)