Euphoria
Ticket #947:
switch/example error
-
Reported by
SDPringle
Dec 03, 2015
Unless i've misunderstood something about how the switch statement works, i think there's a typo in the documentation that could mislead the reader:
in "User Manual" for oE v4.0, 2012-10-13, pdf file, p71, just before heading "17.3 ifdef statement", and
in oe41-refman.pdf, 2/8/15, p79, again just before heading "ifdef statement"
Should it read:
"if opt is 2 and alt is "Y" then it runs...
FuncB() FuncD() FuncF() FuncM()" ?
Details
1. Comment by SDPringle
Dec 03, 2015
See: hg:euphoria/rev/5b18a7398981
changeset: 6399:5b18a7398981 branch: 4.0 tag: tip user: Shawn David Pringle B.Sc. <shawn.pringle@gmail.com> date: Thu Dec 03 12:42:12 2015 -0300 files: docs/refman_2.txt description:
- fixed switch example; fixes ticket 947
2. Comment by SDPringle
May 04, 2018
See: hg:euphoria/rev/a19eed5b34ce
changeset: 6467:a19eed5b34ce branch: 4.0 tag: tip user: Shawn David Pringle B.Sc. <shawn.pringle@gmail.com> date: Fri May 04 09:16:08 2018 -0300 files: docs/release/4.0.6.txt description:
- updated release docs for ticket 941, ticket 934, ticket 912, ticket 942, ticket 943, ticket 945, and ticket 947