Untitled

Run Settings
LanguageNim
Language Version
Run Command
template chain(iter1, iter2: typed, body: untyped) = block: for str {.inject.} in iter1(): body for str {.inject.} in iter2(): body iterator thing1: string = yield "A" yield "B" yield "C" yield "D" iterator thing2: string = yield "E" yield "F" yield "cookiemonster" chain(thing1,thing2): echo(str)
Editor Settings
Theme
Key bindings
Full width
Lines