mirror of
https://github.com/danbulant/rush
synced 2026-05-22 22:08:51 +00:00
11 lines
No EOL
135 B
Text
11 lines
No EOL
135 B
Text
if true
|
|
echo condition true
|
|
else
|
|
echo else
|
|
end
|
|
|
|
if false
|
|
echo condition false
|
|
else if true
|
|
echo condition else true
|
|
end |