```nim const keywords = collect(for it in Keyword: $it) ``` Expands to: ```nim const keywords = collect( for it in Keyword: $it ) ``` I don't think it's ideal. nph version: v0.6.1-0-g0d8000e
Expands to:
I don't think it's ideal.
nph version: v0.6.1-0-g0d8000e