Keywords in comment
| keyword | Swift | Kotlin | Python | 
|---|---|---|---|
| MARK | //MARK: this is a mark | ||
| TODO | //TODO: this is a todo | //TODO to do items | # TODO to do items | 
| FIXME | //FIXME: this is something to fix | //FIXME items to fix | # FIXME items to fix | 
 Comment
| keyword | Swift | Kotlin | Python | 
|---|---|---|---|
| MARK | //MARK: this is a mark | ||
| TODO | //TODO: this is a todo | //TODO to do items | # TODO to do items | 
| FIXME | //FIXME: this is something to fix | //FIXME items to fix | # FIXME items to fix |