mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: $else (#6174)
This commit is contained in:
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
Block a user