rush/test/while.rush
2025-04-02 22:18:58 +02:00

4 lines
No EOL
38 B
Text

while true {
echo loop
break
}