mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Ruby syntax for nimrod for now
This commit is contained in:
parent
1d25d7a08c
commit
41c3d0329a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user