You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A large fraction of my CoffeeScript functions don't return a value, and I frequently find myself adding "return" to avoid generating the code to construct a return value (e.g. if the last statement is a loop). It would be convenient, and would add useful documentation, if there were a very easy way to specify that a function did not return a value, e.g. using "-->" or "==>" instead of "->" and "=>".
The text was updated successfully, but these errors were encountered:
A large fraction of my CoffeeScript functions don't return a value, and I frequently find myself adding "return" to avoid generating the code to construct a return value (e.g. if the last statement is a loop). It would be convenient, and would add useful documentation, if there were a very easy way to specify that a function did not return a value, e.g. using "-->" or "==>" instead of "->" and "=>".
The text was updated successfully, but these errors were encountered: