Some of the std lib functions act like control str...
# announcements
d
Some of the std lib functions act like control structures in other languages. But syntax highlighting shows them as regular functions. I'm wondering if it would be useful to highlight things like
repeat
the same way as
for
. That could be done by annotating the
repeat
function, e.g. with something like
@ControlFlow