Solutionunvalidated
This feature is useful if you only need the side effect of evaluating an expression — if the syntax requires you to declare a variable. Tension: but you don't actually need that variable. Outcome: you can replace the variable name with the keyword `_`.
ff1bd3f3-8eee-4058-8fa2-1c60c099e2ad
This feature is useful if you only need the side effect of evaluating an expression — if the syntax requires you to declare a variable. Tension: but you don't actually need that variable. Outcome: you can replace the variable name with the keyword _.