Splitting my processing.js code into multiple files is something I want to do, but I'm a bit unsure on how to proceed. I attempted using the following code:
<script type="application/processing" src="main.pjs">
in order to load my processing.js file titled "main.pjs", however, it proved to be unsuccessful.