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
    

Reply via email to