nim-basics icon indicating copy to clipboard operation
nim-basics copied to clipboard

Source files for Nim basics tutorial

Results 11 nim-basics issues
Sort by recently updated
recently updated
newest added

Sub-chapter on Variable declaration contains: "In Nim we also distinguish values that can change, or mutate, from those that can’t" The sub-chapter is focused on using var to signify a...