Skip to content

Reimplement varcreate and varstore #5

@Nickforall

Description

@Nickforall

You should only be able to store when created.

var test = "kay"
test = "bye"

is completely fine as code

huh = "no"

isn't because huh is not initialized with var yet.

Currently the VM handles all assignments as a create.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions