Categories
|
Test: Swift - Comments and Header Docs 3. Which of the following are used for rendering markup inside comments in Xcode Playgrounds?
Results Congratulations! Correct Answer. You Answered: None. If you took the test, your answer will show up here. Correct Answer: Precede single line comments with //:; Place multi-line comments inside /*: and */; Explanation Comments in Playgrounds can be rendered with full formatting by using //: in front of single line comments and add some markup tokens. Similarly multi-line markup comments can be embedded inside /*: and */Take the Test Take the complete test on this topic. You will be able to review answers to questions and get a test score.
Take the Test
Question 3 of 5
Test is Based on this Article
This article discusses code commenting for various purposes, including generating documentation.
|
Test on comments, structured comments, and markup in Swift
|
|
More Articles With Similar Tags
|
Test on comments, structured comments, and markup in Swift
|
This article discusses the boolean types in Swift and contrasts with how these types are used in C and Objective-C.
|
Test on Boolean Types in Swift.
|
This article talks about unwrapping the optionals in Swift implicitly and the circumstances where you would use this functionality.
|
This article discusses the safer ways of unwrapping an optional in Swift that includes Optional Binding.
|
|
|
|
|