Post Reply 
[DOCUMENTATION] eval CMD
12-05-2016, 03:32 PM (This post was last modified: 12-07-2016 03:47 PM by compsystems.)
Post: #1
[DOCUMENTATION] eval CMD
Hello hp-prime developer group

I can not find information about the eval command in lower case, please attach it in the user guide or HELP menu

Examples that can help document it.

on HOME MODE the key [eval] put EVAL
'4/2' [ENTER] ->'4/2'
EVAL(Ans) ->2

on CAS MODE the key [eval] put eval
type(set[1,2,3]) ->DOM_LIST
eval(Ans) -> DOM_LIST //OK
Eval does not evaluate constant identifiers, this is correct because it is within the symbolic environment

with EVAL
type(set[1,2,3]) ->DOM_LIST
EVAL(Ans) -> 7 //OK

or
EVAL(DOM_LIST) -> 7
eval(DOM_LIST) -> DOM_LIST
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[DOCUMENTATION] eval CMD - compsystems - 12-05-2016 03:32 PM
RE: Undocumented eval CMD - Tim Wessman - 12-05-2016, 08:45 PM
RE: Undocumented eval CMD - Han - 12-05-2016, 09:27 PM



User(s) browsing this thread: 1 Guest(s)