Firmware 2021 - Test PRINT and PRINT2D cmds
|
04-28-2021, 05:54 PM
(This post was last modified: 04-28-2021 06:08 PM by compsystems.)
Post: #11
|
|||
|
|||
RE: Firmware 2021 - Test PRINT and PRINT2D cmds
eval is a supercommand, an example with to print cmd
frn info: http://www-fourier.ujf-grenoble.fr/~pari...tml#sec338 In the following code you can see that to clean the screen I use PRINT(); & Print; print cmd without parentheses in CAS mode clears the screen, while at HOME it requires (), for this reason an improvement is that print() in CAS is interpreted as a clear screen, because when a code is executed any mode (CAS or HOME) works the same PHP Code: #cas Another very useful improvement is that when placing a variable of the name of a CAS type function from the [var] menu, it automatically places an empty parenthesis as a suffix after the name of the program. eval_cmd_cas> eval_cmd_cas() The reason is that without parentheses it is considered as RCL or call of the content of the function and not as its execution. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)