It is possible with SLIC to make a user-defined array. But does anybody know if you can define your own structure?
If so, how does slic handle the arguements?
If you could fuse the C and SLIC languages what I would like to do is something like:
Struct_t MyStruct {
int_t Value1;
int_t Value2;
unit_t tmpUnit;
}
But of course there is no "_t" equivalent to the C "struct" keyword.
Does anyone know if SLIC allows the user to define his own structure?
If so, how does slic handle the arguements?
If you could fuse the C and SLIC languages what I would like to do is something like:
Struct_t MyStruct {
int_t Value1;
int_t Value2;
unit_t tmpUnit;
}
But of course there is no "_t" equivalent to the C "struct" keyword.
Does anyone know if SLIC allows the user to define his own structure?
Comment