RosettaCodeData/Task/Loops-Do-while/Jq/loops-do-while-2.jq
2023-07-01 13:44:08 -04:00

1 line
32 B
Text

0 | do_while( .+1; . % 6 != 0 )