Ok, the following piece of code works in line with my basic understanding of 
templates so far. So I take it the above must be a bug in Jester then? @dom96 
Can you please share your thoughts if you have a minute? I'd be much obliged!
    
    
    template foo() =
        if i == 5:
            break
    
    for i in 1..10:
        foo()
        echo i
    

Reply via email to