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