RosettaCodeData/Task/Comments/Swift/comments.swift

11 lines
180 B
Swift
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
// this is a single line comment
/* This a block comment
/* containing nested comment */
*/
///This is a documentation comment
/**
This is a documentation block comment
*/