From 41c3d0329a8149340a0703209ba948e45135e239 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 21 Sep 2014 22:31:07 +0200 Subject: Ruby syntax for nimrod for now --- nim.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3