aboutsummaryrefslogtreecommitdiff
path: root/compiler/standardClient.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-12-17 14:10:02 +0100
committerDrahflow <drahflow@gmx.de>2015-12-17 14:10:02 +0100
commitcce5f5561a1b0ad030274ad27f895a639cc8773d (patch)
tree6dc01c0d563c2e5529639f4554a54697465a1f8f /compiler/standardClient.ey
parent237eaad1327506648291a507a202d48b1641a6b4 (diff)
Use correct scope when including
Diffstat (limited to 'compiler/standardClient.ey')
-rw-r--r--compiler/standardClient.ey2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey
index 8d73236..fecbf97 100644
--- a/compiler/standardClient.ey
+++ b/compiler/standardClient.ey
@@ -1230,7 +1230,7 @@
} each ] =*:FLOAT
{ ==currentScope ==input
- { .value currentScope sys .executeIdentifierScoped =currentScope } /TOKID defvd
+ { .value currentScope sys .executeIdentifierScoped =currentScope } /TOKID defvst
{ .value base10decode } /TOKINT defvd
{ .value "^(\\d+)(\\.(\\d*))?([eE](-)?(\\d+))?$" regex
not { "Not in fact a float" die } rep