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
Sub subprogram()
Return "I am breaking the law"
EndSub
subprogram()
No error is shown in the editor. Trying to run puts uncaught exception: [object Object] to the console, hinting at an internal failure. However, innoncent children do not know how to open the console and would appreciate a visible error.
The text was updated successfully, but these errors were encountered:
No error is shown in the editor. Trying to run puts
uncaught exception: [object Object]
to the console, hinting at an internal failure. However, innoncent children do not know how to open the console and would appreciate a visible error.The text was updated successfully, but these errors were encountered: