mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
cleanup
This commit is contained in:
parent
64cd3c4e22
commit
2caa82052d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user