mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 00:11:26 +00:00
p[] instead of p^
This commit is contained in:
@@ -14,7 +14,7 @@ bind .e <Return> {
|
||||
}
|
||||
"""
|
||||
|
||||
FindExecutable(getApplicationFilename())
|
||||
FindExecutable(getAppFilename())
|
||||
var interp = CreateInterp()
|
||||
if interp == nil: quit("cannot create TCL interpreter")
|
||||
if Init(interp) != TCL_OK:
|
||||
|
||||
Reference in New Issue
Block a user