Hello, is there any reason the following code fails to compile? Is there no way
to alter the string generated by the iterator?
import future
var our_list = lc[ "Number: " & ($y) | ( y <- 1..10), string ]
echo our_list
- Strings in List Comprehension (future module) teafellow
