typedef struct { GB_TYPE type; struct { char *addr; long start; long len; } value; } GB_STRING;
This structure represents a String Gambas value.
String