Variables

Variables in Jyro are declared with the var keyword, support optional type hints with automatic coercion, and follow block-level scoping rules with shadowing. Local variables exist only during script execution - only modifications to the Data context persist after the script completes.


Table of contents


Back to top

Copyright © Mesch Systems 2025-2026. All rights reserved.