Directive: declare
Use a declare
tag to create named variables within a block scope. This is analogous to a variable declaration in Dart.
This Dart code:
Becomes this Jael:
Another example (this is actually the test for declare
functionality):
Which yields:
Last updated