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"