0 Members and 1 Guest are viewing this topic.
Define LibPub helloname()=Prgm:RequestStr "Your name:",name:RequestStr "Your location: ",location:RequestStr "Your calculator: ",calculator:Text "Name:"&name&"":Text "Location: "&location&"":Text "Calculator: "&calculator&"":EndPrgm
Output(1,1,"Hello World")Output(1,1,"Hello World
Define LibPub helloname()=Prgm:RequestStr "Your name:",name:RequestStr "Your location:",location:RequestStr "Your calculator:",calculator:Text "Name: "&name:Text "Location: "&location:Text "Calculator: "&calculator:EndPrgm
Well like this par exampleCode: [Select]Define LibPub helloname()=Prgm:RequestStr "Your name:",name:RequestStr "Your location:",location:RequestStr "Your calculator:",calculator:Text "Name: "&name:Text "Location: "&location:Text "Calculator: "&calculator:EndPrgmOther things I don't see (which doesn't mean allot )
Btw, is it illegal to distribute the 2.54MP OS (the one used by the Nspire, not the normal 84+ one)?
Optimization's not really important on the Nspire, especially small stuff like that (it's more for the 83+/84+ series), because the Nspire's already so fast. Unless you're making something really complex, and then you'd need to look more at the bigger stuff (like moving things out of loops).