Home Keywords
Create a new struct.
struct "coordinate"; int x; int y; struct; # new struct is named c1 new "coordinate" "c1"; c1.x = 101; c1.y = 202;