-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect output when using print with an array #4143
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already. |
Not sure why that's happening for you? Seems to be working fine for me... Check this out: |
Thanks for the test @anuragakella. Note your example is using p5.js version: 0.7.1, but I checked it on CodePen with version 0.9.0, and it also works as expected. So, I think this might be related to the p5 web editor. It must handle console output or how the code is run in some non-standard way. Try running my test code there: https://editor.p5js.org/nonsequitoria/sketches/6MS3iYNJG |
closing this because it's covered in processing/p5.js-web-editor#1203 |
Nature of issue?
Most appropriate sub-area of p5.js?
Which platform were you using when you encountered this?
Details about the bug:
p5.js version: 0.9.0
Web browser and version: Google Chrome | 78.0.3904.97 (Official Build) (64-bit)
Operating System: MacOSX
Steps to reproduce this:
The text was updated successfully, but these errors were encountered: