added a warning that the .deprecate statement is unreliable for routines

This commit is contained in:
Andreas Rumpf
2017-11-21 10:48:19 +01:00
parent 0e67fc7450
commit 58187f2120
7 changed files with 5 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ proc testGetFileInfo =
block:
let
testFile = open(getAppFilename())
testHandle = fileHandle(testFile)
testHandle = getFileHandle(testFile)
try:
discard getFileInfo(testFile)
#echo("Handle : Valid File : Success")