[p5.js 2.0 Beta Bug Report]: FES parameter validation for print
not accepting multiple arguments
#7597
Open
1 of 17 tasks
Labels
Most appropriate sub-area of p5.js?
p5.js version
2.0.0-beta.4
Web browser and version
No response
Operating system
No response
Steps to reproduce this
Steps:
print()
with more than 1 arguments will cause FES to print an incorrect messageprint()
likeconsole.log()
accepts any number of arguments. This should either be fixed in the reference and/or in FES parameter validation logic itself.Snippet:
The text was updated successfully, but these errors were encountered: