Over time I've come up with a list of questions for programming in Pascal and SRL in general.
1) How do I add an apostraphe in a string? I assume it's as simple as an introductory escape character or quotation mark string declaration or something like that, but I don't know and it seems like s simple enough starter question
2) Is there some API for commonly used functions for us scripters?
3) Is there some listing on how to grab any sort of object metadata on Runescape items outside of their current GE price, or would we need a custom server/website of our own to hold this information so we could grab it all later?
4) Back to simpler questions... When a script is multiplayer, is it running the players asynchronously, or synchronously? and if it is synchronous typically, does Pascal (pr SRL) allow for any sort of async activity?
5) Finally, if the answer to 4 is a no to asynchronous possibilities currently, would the language theoretically allow for our own additions to make our own asynchornous improvements so advanced developers could use them for a variety of things, like multiple players working at once (possibly even together) or simpler things like looking up GE prices while continuing to run a script as normal?

