Re: Curios about Euphoria 4.2 Progress
- Posted by Icy_Viking 1 month ago
- 630 views
Will Eu 4.2 have a struct type of some sort? Something to help with the libFFI library? Some C structs have many members and accessing them using the [1][2] and so on method can be quite cumbersome when a struct has a ton of members in it.
An idea I have, if possible to implement
struct my_struct { atom x,y } my_struct.x = 10