But you can easily do that in Nim already:
    
    
    while (let y = fact(x); y > 0):
    
    
    Run

Reply via email to