Concept Flow - Proc creation and call
Create Proc object
Store Proc in variable
Call Proc using .call
Execute Proc code block
Return result from Proc
Use or print result
This flow shows how a Proc is created, stored, called, and how its result is used.