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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user