diff options
Diffstat (limited to 'src/core/interpret.c')
| -rw-r--r-- | src/core/interpret.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/interpret.c b/src/core/interpret.c index 098111b..c6b66de 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -801,6 +801,7 @@ _term(Interpret *p_interpret) { case TT_INTEGER: case TT_DOUBLE: case TT_STRING: + case TT_ARRAY: stack_push(p_interpret->p_stack, p_interpret->p_token); _NEXT return (1); |
