Skip to content

Commit

Permalink
Ruby syntax for nimrod for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adambard committed Sep 21, 2014
1 parent 1d25d7a commit 41c3d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nim.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41c3d03

Please sign in to comment.