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
Add the ability to have void functions in the procedures. At the moment all functions must return a value, which causes many problems. We need a way of detecting if a function returns a value. If not, then in the procedure, there should be no "=". Detecting void functions could either be done by accessing the typescript, or by using metadata.
The text was updated successfully, but these errors were encountered:
Add the ability to have void functions in the procedures. At the moment all functions must return a value, which causes many problems. We need a way of detecting if a function returns a value. If not, then in the procedure, there should be no "=". Detecting void functions could either be done by accessing the typescript, or by using metadata.
The text was updated successfully, but these errors were encountered: