You must log in or register to comment.
This could run in Javascript if you setup print as an alias for window.alert or console.log
The QuickJS interpreter has
print
as a built-in alias forconsole.log
.It can run in regular JS;
print()
just prints the page (ignoring the passed value).undefined