diff options
Diffstat (limited to 'nim.html.markdown')
| -rw-r--r-- | nim.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nim.html.markdown b/nim.html.markdown index 3b826cf4..b14f0a7e 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -15,7 +15,7 @@ Nim is efficient, expressive, and elegant.  var                     # Declare (and assign) variables,    letter: char = 'n'    # with or without type annotations    lang = "N" & "im" -  n_let : int = len(lang) +  n_length : int = len(lang)    boat: float    truth: bool = false | 
