Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JavaScript-ing it, I need to get with it
#8
(11-07-2022, 01:03 AM)Pete Wrote:
Code: (Select All)
INPUT "Input 1, 2, or 3: "; a
SELECT EVERYCASE a
    CASE IS > 1
        PRINT a; "> 1"
    CASE IS < 2
        PRINT a; "< 2"
    CASE IS < 3
        PRINT a; "< 3"
    CASE ELSE
        PRINT "I don't know what a is!"
END SELECT
SLEEP
CLS
RUN

I think I'm more confused than I was before.  (But that easy to me happens.)

What does "SELECT EVERYCASE" do vs "SELECT CASE" ?
Reply


Messages In This Thread
RE: JavaScript-ing it, I need to get with it - by CharlieJV - 11-07-2022, 01:23 AM



Users browsing this thread: 1 Guest(s)