rush/test/parsetest.rush
2025-04-03 19:19:17 +02:00

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]