Identical functions with different names
For example, if +
is forbidden, using
num3 = num1.add(num2)
or
num3 = num1num3 += num2
or
num1++
or (GolfScript)
)
etc.
For example, if +
is forbidden, using
num3 = num1.add(num2)
or
num3 = num1num3 += num2
or
num1++
or (GolfScript)
)
etc.