Post Reply 
units anomily
05-05-2016, 03:10 AM (This post was last modified: 05-05-2016 03:19 AM by compsystems.)
Post: #4
RE: units anomily
Hi, the following code is compiled successfully, but not run in HOME MODE. why?

Code:

#cas
  test():=
  BEGIN
    return 5_°F+5_°F;
  END;
#end

CAS MODE VIEW
test() [ENTER] 10_°F

HOME MODE VIEW
test() [ENTER] program({},{},{RETURN 10_(°F)}) ??

-------

Because when you enter the function [VAR] [CAS] does not automatically add the parentheses?

test [ENTER] (NULL)->BEGIN RETURN(5_(°F)+5_(°F)); END;

default should automatically place the brackets, otherwise placed on the history the program source code =[

test()
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
units anomily - roadrunner - 05-04-2016, 05:47 PM
RE: units anomily - informach - 05-04-2016, 07:30 PM
RE: units anomily - roadrunner - 05-04-2016, 08:56 PM
RE: units anomily - compsystems - 05-05-2016 03:10 AM
RE: units anomily - cyrille de brébisson - 05-05-2016, 05:51 AM
RE: units anomily - roadrunner - 05-06-2016, 01:55 PM
RE: units anomily - Thomas Radtke - 05-05-2016, 01:32 PM
RE: units anomily - Fortin - 05-06-2016, 02:32 AM
RE: units anomily - informach - 05-05-2016, 02:58 PM
RE: units anomily - informach - 05-06-2016, 02:25 PM
RE: units anomily - Joe Horn - 05-07-2016, 05:14 PM
RE: units anomily - Paul Berger (Canada) - 05-07-2016, 06:33 PM
RE: units anomily - Claudio L. - 05-06-2016, 10:06 PM
RE: units anomily - roadrunner - 05-07-2016, 07:41 PM



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