summaryrefslogtreecommitdiff
path: root/tnslc/compile/scope.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/scope.tnsl')
-rw-r--r--tnslc/compile/scope.tnsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tnslc/compile/scope.tnsl b/tnslc/compile/scope.tnsl
index c152d00..69e445c 100644
--- a/tnslc/compile/scope.tnsl
+++ b/tnslc/compile/scope.tnsl
@@ -95,6 +95,14 @@ struct Scope {
return out
;/
+
+ #
+ # Add variables to the scope
+ #
+
+ /; mk_set_var(~Var v)
+ ;/
+
#
# Label generation
#