functionget_(){ print("This is the main page for ",TT(title),'.',BR(), link('/docs','docs'),"",link('/test','test'),BR(), "The code for this library follows."); print(DIV({style:"margin-top: 1em;"},CODE(libCode))); }
functionget_docs(){ varlibDocs=appjet._native.codeSection("docs")[0].code; print("This is the documentation for ",TT(title),'.'); print(DIV({style:"margin-top: 1em;"},PRE(libDocs))); }