Skip to content

Commit

Permalink
Update tnim.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp765 authored Aug 24, 2019
1 parent c01b35f commit 52d2393
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.04
TnimVersion* = 2.05
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 52d2393

Please sign in to comment.