Skip to main content
added 1 characters in body
Source Link
Piotr
  • 1.3k
  • 1
  • 8
  • 7

Objective-C
Not a big deal, but it has surprised me while trying to put a link inside a comment:

Objective-C

Not a big deal, but it has surprised me while trying to put a link inside a comment:
http://www.google.com return 42; 

http is a code label here, such labels are used in goto instructions

Objective-C
Not a big deal, but it has surprised me while trying to put a link inside a comment:

http://www.google.com return 42; 

http is a code label here, such labels are used in goto instructions

Objective-C

Not a big deal, but it has surprised me while trying to put a link inside a comment:
http://www.google.com return 42; 

http is a code label here, such labels are used in goto instructions

Source Link
Piotr
  • 1.3k
  • 1
  • 8
  • 7

Objective-C
Not a big deal, but it has surprised me while trying to put a link inside a comment:

http://www.google.com return 42; 

http is a code label here, such labels are used in goto instructions