Concept Flow - Struct declaration syntax
Start
Write 'struct' keyword
Name the struct
Open curly brace '{'
Declare properties and methods
Close curly brace '}'
Struct ready to use
This flow shows how to write a struct: start with 'struct', name it, add braces, then add properties or methods inside.