Postfix syntax for ExprRound #5696
Labels
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Suggestion
The Rounding expression should support placing the number before the rounding mode, i.e.
%number% rounded [(:down|:up)]
.Why?
The post-fix syntax makes more grammatical sense:
set {_four} to rounded down 4.5
set {_four} to 4.5 rounded down
Other
While we're at it, we could update this syntax to use parse tags instead of the matched pattern index :)
Agreement
The text was updated successfully, but these errors were encountered: