mirror of
https://github.com/danbulant/rush
synced 2026-05-19 04:18:35 +00:00
20 lines
No EOL
176 B
Text
20 lines
No EOL
176 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
|
|
|
|
return $thing[property] |