Skip to content

Commit

Permalink
doc: $else (#6174)
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Aug 20, 2020
1 parent b1c042b commit d8d707b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/docs.md
Expand Up @@ -2228,6 +2228,9 @@ $if linux {
$if macos {
println('macOS')
}
$else {
println('different OS')
}
$if debug {
println('debugging')
Expand Down

0 comments on commit d8d707b

Please sign in to comment.