doc: $else (#6174)
parent
b1c042b3ea
commit
d8d707b4fe
|
@ -2228,6 +2228,9 @@ $if linux {
|
||||||
$if macos {
|
$if macos {
|
||||||
println('macOS')
|
println('macOS')
|
||||||
}
|
}
|
||||||
|
$else {
|
||||||
|
println('different OS')
|
||||||
|
}
|
||||||
|
|
||||||
$if debug {
|
$if debug {
|
||||||
println('debugging')
|
println('debugging')
|
||||||
|
|
Loading…
Reference in New Issue