Skip to content

[BUG REPORT] Pointer to pointer not working #472

@Chasmiccoder

Description

@Chasmiccoder

Pointer to a pointer implementation is incorrect:
MAIN
var a = 15
var *ptr = &a
var **ptr2 = &ptr

END_MAIN

The above simc code should be valid, but it is throwing the following error:
image

Note: This must be fixed for pointer to pointer, pointer to pointer to pointer, and so on as well...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmoderateModerate problem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions