That’s… Disgusting
- 0 Posts
- 3 Comments
Joined 6 months ago
Cake day: January 9th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
What about
Let ret: Number If (someCondition) { <a lot of expensive calculations> ret = resultOfOperations } else { <a lot of other different expensive operations> ret = resultOfOtherOperations } return ret
You can’t declare ret inside the brackets
Yeah. That works.