« HP Prime/Commands/Guides/Misc. Information » : différence entre les versions

De TI-Planet Wiki
Aller à la navigation Aller à la recherche
(Page créée avec « <div style='text-align: center;'>This is a slightly-updated backup copy of the article from the old "HPWiki" of TI-Planet (that only hosted HP Prime info)</div><hr> Here i... »)
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
<div style='text-align: center;'>This is a slightly-updated backup copy of the article from the old "HPWiki" of TI-Planet (that only hosted HP Prime info)</div><hr>
<div style='text-align: center;'>This is a backup copy of the article from the old "HPWiki" of TI-Planet (that only hosted HP Prime info)</div><hr>
Here is a page for documenting any miscellaneous tips and tricks for working with HPPPL.
Here is a page for documenting any miscellaneous tips and tricks for working with HPPPL.



Version du 5 septembre 2022 à 11:21

This is a backup copy of the article from the old "HPWiki" of TI-Planet (that only hosted HP Prime info)

Here is a page for documenting any miscellaneous tips and tricks for working with HPPPL.

  • For a command that takes zero arguments, you do not need parenthesis to call it.
  • In the command line (NOT in programs), trailing parenthesis can be left out (except in the instance of completing to '()').
  • All variables can be indexed as 'X()'. It does nothing, returning X.
  • All uses of '()' for indexing variables or calling functions can be replaced with '[]' instead.
  • With any multi-statement block, the final ';' can be omitted.