API Reference AssignWhen v0.2.0

View Source

Modules

Allows the use of 'when' clauses on assignment statements as an alternative to using 'if', avoiding the need for boilerplate 'else' clauses which return the original variables when the condition is 'false'. Eg