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:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user