Screen.DefineScreen();{
prompt("Hello?");
}
function draw() {
Screen.RunFunc();
}
Screen is just a random name of a library that I use for testing libraries. Basically, you can put code inside the library function and then put more code. Its a very stupid discovery but I always feel good when I find out new stuff despite how stupid it is.