Concept Flow - Accessing structure members
Define struct with members
Create struct variable
Access member using . operator
Use member value in code
END
This flow shows how to define a structure, create a variable of that type, access its members using the dot operator, and then use those values.