From 980c5f6cacdf89ac31fecd890adbcc123918459a Mon Sep 17 00:00:00 2001 From: jlp765 Date: Mon, 21 Dec 2020 14:30:03 +1000 Subject: [PATCH] Update tnim.nim --- tnim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnim.nim b/tnim.nim index 4055fd6..bc3e94b 100644 --- a/tnim.nim +++ b/tnim.nim @@ -57,7 +57,7 @@ import strutils, tables, os, osproc, rdstdin const TnimName* = "TNim" - TnimVersion* = 2.0.6 + TnimVersion* = 2.06 TnimStart* = "nim> " ## the TNim prompt TnimContinue* = ".... " # add "..".repeat(n) before this SavedFileName* = "tnim_dat.dat" ## this file will hold the code you have typed (until cleared), or you can add code