We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$if
$let
$type
$switch
$switchAll
$map
What other block operations might we want or need?
The text was updated successfully, but these errors were encountered:
am thinking about Map, and other cases where variables are defined inline.
rather than:
$map: [2, 4, 6] each(x): $eval: x + a
i wonder if we defined the variables more similar to Let.
$map: [2, 4, 6] let: [x] each: $eval: x + a
because this will be easier to parse with serde and give us extra space for possibly adding new features like functions and type checking.
at the same time, maybe not necessary.
Sorry, something went wrong.
No branches or pull requests
$if
: pull/7$let
: pull/8$type
$switch
: issues/47$switchAll
: issues/48$map
:What other block operations might we want or need?
The text was updated successfully, but these errors were encountered: