I can spot the consistency in:
    
    
    proc f(): int = 3
    let x: int = 4
    var y: int = 5
    
    
    
    Run

With a bit of practice so can you.

Reply via email to