diff options
Diffstat (limited to 'tnslc/compile/scope.tnsl')
| -rw-r--r-- | tnslc/compile/scope.tnsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tnslc/compile/scope.tnsl b/tnslc/compile/scope.tnsl index 6faf596..a9cbef7 100644 --- a/tnslc/compile/scope.tnsl +++ b/tnslc/compile/scope.tnsl @@ -412,6 +412,11 @@ struct Scope { ;/ ;/ + # Returns true if the variable is in a temp spot + /; is_tmp (~Var v) [bool] + return false + ;/ + # # Sub scope # |