This commit is contained in:
JasonJAyalaP 2014-09-19 20:19:16 -05:00
parent 64cd3c4e22
commit 2caa82052d

View File

@ -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