doc: $else (#6174)

pull/6178/head
Lukas Neubert 2020-08-20 08:33:08 +02:00 committed by GitHub
parent b1c042b3ea
commit d8d707b4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2228,6 +2228,9 @@ $if linux {
$if macos {
println('macOS')
}
$else {
println('different OS')
}
$if debug {
println('debugging')