Closed
Description
Nature of issue?
- Found a bug
- Existing feature enhancement
- New feature request
Details about the bug:
Calling print(x) with an undefined variable brings up the browser print dialog. I noticed that there was a similar issue over on #474 but that seemed to be more focused on calling print outside of setup or draw. In this case, it just happens if a variable becomes undefined.
One of my students stumbled across this by accidentally providing the dist function without enough parameters let x = dist(10, 35)
, which ended up returning undefined.
- Web browser and version: Chrome/Firefox/Safari
- Operating System: MacOSX 10.12.6
- Steps to reproduce this: Alpha editor link
Metadata
Metadata
Assignees
Labels
No labels