Skip to content

Find a way to deal with array assignability #24

Description

@Alex23087

In Perk, arrays are assignable. It is possible to write this code:

let a : [int] = [1,2,3];
let b := a;

However, in C this is not possible. We need to find a way to deal with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions