These are the three ways to call a function in Nim. Using redundant parentheses 
is anti-idiomatic. It's like writing a hello world program as
    
    
    (echo)"Hello world!"
    
    
    Run

Reply via email to