RosettaCodeData/Task/Comments/Swift/comments.swift
2016-12-05 23:44:36 +01:00

10 lines
180 B
Swift

// this is a single line comment
/* This a block comment
/* containing nested comment */
*/
///This is a documentation comment
/**
This is a documentation block comment
*/