Concept Flow - Defining structures
Start
Define struct with fields
Create struct variable
Assign values to fields
Access fields
Use struct data
End
This flow shows how to define a structure, create a variable of that type, assign values, and access its fields.