rush/test/parsetest.rush
2025-04-03 15:59:06 +02:00

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