Post Reply 
Error in CASE doc in manual
06-06-2017, 11:07 PM (This post was last modified: 06-06-2017 11:08 PM by Joe Horn.)
Post: #2
RE: Error in CASE doc in manual
Which version of the document do you have? My copy (Second Edition, September 2016) has this on page 584:

CASE
IF A<0 THEN RETURN "negative"; END;
IF 0≤A≤1 THEN RETURN "small"; END;
DEFAULT RETURN "large";
END;

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Error in CASE doc in manual - KeithB - 06-06-2017, 07:40 PM
RE: Error in CASE doc in manual - Joe Horn - 06-06-2017 11:07 PM
RE: Error in CASE doc in manual - Tyann - 06-07-2017, 03:34 AM
RE: Error in CASE doc in manual - KeithB - 06-07-2017, 03:03 PM
RE: Error in CASE doc in manual - KeithB - 06-07-2017, 08:09 PM
RE: Error in CASE doc in manual - Marcel - 06-09-2017, 10:39 AM



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