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