mirror of
https://github.com/danbulant/rush
synced 2026-06-19 06:31:14 +00:00
18 lines
No EOL
151 B
Text
18 lines
No EOL
151 B
Text
fn test() {}
|
|
|
|
echo test
|
|
|
|
set test = test
|
|
|
|
if test { test } else test
|
|
|
|
while test { test }
|
|
|
|
for test in test { test }
|
|
|
|
loop {}
|
|
|
|
return 1
|
|
|
|
break
|
|
continue |