Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 324 Bytes

code-techniques.md

File metadata and controls

23 lines (16 loc) · 324 Bytes

Code Techniques

<-Home

Contents

Comments

Single-line comments start with single quote

Multi-line comments use slash-and-quote

@startuml
' this is a comment
/' Use slash-and-quote
to split comment over multiple
lines '/
@enduml