mirror of
https://github.com/danbulant/rush
synced 2026-05-23 06:19:00 +00:00
13 lines
No EOL
145 B
Text
13 lines
No EOL
145 B
Text
if true {
|
|
|
|
} else {
|
|
echo condition true
|
|
echo else
|
|
}
|
|
|
|
if false {
|
|
echo condition false
|
|
|
|
} else if true {
|
|
echo condition else true
|
|
} |