1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Ruby syntax for nimrod for now

This commit is contained in:
Adam
2014-09-21 22:31:07 +02:00
parent 1d25d7a08c
commit 41c3d0329a

View File

@@ -10,7 +10,7 @@ that gives the programmer power without compromises on runtime efficiency.
Nim is efficient, expressive, and elegant.
```nimrod
```ruby
var # Declare (and assign) variables,
letter: char = 'n' # with or without type annotations
lang = "N" & "im"