Skip to content

variables and inner commands in array/map don't work #73

@nitzantomer

Description

@nitzantomer
a = 5
b = [1, 2, 3, 4, $a]

Results in:

[1, 2, 3, 4, "$a"]

And:

b = [1, 2, (1 + 22)]

Results in:

[1, 2, [object, object, object]]

Same with maps


Seems to be the same issue as described in this issue: Variables are taken as strings when used as values in compound values.

A solution needs to fix both issues

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions