corrects a few del's

This commit is contained in:
Fox-McCloud
2015-10-08 21:22:20 -04:00
parent aa1220bb86
commit 27c420d87b
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ var/const/Represents a special statement in the code triggered by a keyword.
nS_Keyword
New(inline=0)
if(inline)
del src
del(src)
kwReturn
Parse(n_Parser/nS_Parser/parser)