Skip to content

Implement programmer custom types #30

@DarekKrawczyk

Description

@DarekKrawczyk

I am thinking about something similar to struct in C.

It might look like something like this:

Structure CustomType{
          Var String Name;
          Var Int age;
          
          Function CustomType Create(Var String Name, Var Int age){
                    ...
          };
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions