HP Prime/Commands/Guides/Misc. Information

De TI-Planet Wiki
Révision datée du 5 septembre 2022 à 11:19 par Adriweb (discussion | contributions) (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... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche
La version imprimable n’est plus prise en charge et peut comporter des erreurs de génération. Veuillez mettre à jour les signets de votre navigateur et utiliser à la place la fonction d’impression par défaut de celui-ci.
This is a slightly-updated 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.