« HP Prime/Commands/Guides/Misc. Information » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<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> | <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), initially authored by Iconmaster</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. | ||
Dernière version du 5 septembre 2022 à 10:23
This is a backup copy of the article from the old "HPWiki" of TI-Planet (that only hosted HP Prime info), initially authored by Iconmaster
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.