Skip to content

Commit

Permalink
Update tnim.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp765 authored Dec 21, 2020
1 parent 2c165b7 commit 980c5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tnim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 980c5f6

Please sign in to comment.