Skip to content

Allow assigning of fields on objects #3

@GearsDatapacks

Description

@GearsDatapacks

Objects in GolemScript are currently readonly. The following code should be valid:

let obj = {a:1,b:2}
obj.a = 2
obj.c = 3

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions