Skip to main content
Code Golf

Return to Answer

added 232 characters in body
Source Link
emanresu A
  • 46.2k
  • 27
  • 43

Note: Banning builtins that perform specific operations is generally considered an unobservable requirement , and as such this loophole generally isn't enforced anymore.

Identical functions with different names

For example, if + is forbidden, using any of the following is also forbidden:

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Identical functions with different names

For example, if + is forbidden, using any of the following is also forbidden:

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Note: Banning builtins that perform specific operations is generally considered an unobservable requirement , and as such this loophole generally isn't enforced anymore.

Identical functions with different names

For example, if + is forbidden, using any of the following is also forbidden:

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Let's avoid using English-golf :)
Source Link

Identical functions with different names

For example, if + is forbidden, using any of the following is also forbidden:

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Identical functions with different names

For example, if + is forbidden, using

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Identical functions with different names

For example, if + is forbidden, using any of the following is also forbidden:

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Commonmark migration
Source Link

##Identical functions with different names

Identical functions with different names

For example, if + is forbidden, using

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

##Identical functions with different names

For example, if + is forbidden, using

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Identical functions with different names

For example, if + is forbidden, using

num3 = num1.add(num2)

or

num3 = num1
num3 += num2

or

num1++

or (GolfScript)

)

etc.

Post Made Community Wiki by C. K. Young Mod
added 36 characters in body
Source Link
Doorknob
  • 72.1k
  • 2
  • 64
  • 138
Loading
Source Link
Doorknob
  • 72.1k
  • 2
  • 64
  • 138
Loading

AltStyle によって変換されたページ (->オリジナル) /