mirror of
https://github.com/danbulant/rush
synced 2026-05-19 04:18:35 +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
|
|
} |