SamiKalliomaki / eppabasic

A new web based basic language inspired by CoolBasic.
Other
11 stars 3 forks source link

Attempting to return a value from a subprogram shows no error and internally fails #50

Open expositionrabbit opened 9 years ago

expositionrabbit commented 9 years ago
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.