diff options
| author | Adam <adam@adambard.com> | 2014-09-21 22:31:07 +0200 | 
|---|---|---|
| committer | Adam <adam@adambard.com> | 2014-09-21 22:31:07 +0200 | 
| commit | 41c3d0329a8149340a0703209ba948e45135e239 (patch) | |
| tree | e19060b5beaf2ed479e304729fa1111754feb657 | |
| parent | 1d25d7a08c83162e6e8ef8ccaa1595fced71e7af (diff) | |
Ruby syntax for nimrod for now
| -rw-r--r-- | nim.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nim.html.markdown b/nim.html.markdown index 4619975d..c74fece7 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -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" | 
