arg() crashes the emulator
|
02-25-2015, 02:54 PM
Post: #16
|
|||
|
|||
RE: arg() crashes the emulator
(02-25-2015 08:47 AM)salvomic Wrote:(02-25-2015 06:00 AM)Angus Wrote: ... I did not find case and return in the help (case leads to help CASE), so could you point out what differs with them? Based on what I can observe, both return and RETURN are used to return a value; however, RETURN will also exit the current function/procedure whereas return does not. As for return 0 vs. return(0), I believe this is the same. Code: #cas Compare the results in this program to one in which all the return commands are replaced by RETURN. As for typing in commands in lower-case and having it appear on the screen in upper-case ... this is just a display effect that probably carried over from Home view. Differences between mid and MID are non-existent if there is no corresponding CAS command named mid. So in the CAS (or Home) view, mid() and MID() are the same commands as they will both be parsed to MID (since there is no CAS mid() command). Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)