LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Now intruducing a new OS: S-OS

Root / Talk About Programs / [.]

DFrostCreated:
ill make this

wince

Is history repeating itself?

you should have called it D-OS you fool also, related:

DEF WAKEUP
 SLEEP = 0
END
DEF SLEEP
 SLEEP=1 'inconsistent spacing
END
WHILE ALIVE
 WHILE WEEKDAY
  IF HOUR>=6.5 THEN WAKEUP
  GOTO@School 'inconsistent capitalization.
  'will never return here because of GOTO 
  'use instead of GOSUB
  GOTO@Homework 'error, as HOMEWORK is a 
                'function and not a label
  IF HOUR>=21 THEN SLEEP
 WEND 'note that WEEKDAY will loop 
      'forever, as days never change
      '(unless WEEKDAY is a system variable)
 WHILE !WEEKDAY
  EXEC "XBOX" 'why is XBOX an exec when 
              'Homework gets a DO command?
 WEND 'apparently doesn't sleep during 
      'weekends
WEND 'never dies
DEAD = TRUE 'implied/redundant/unused
'and, ALIVE is never set, so at this point, 
'if ALIVE ran at all, (ALIVE && DEAD). hm.
DEF HOMEWORK 'addressed previously.
 DO "Homework" 'Why is DO used here but
               'never other verb commands?
END
@SCHOOL 'as mentioned prior, going to 
        'school and never returning
 GOSUB @GYM 'inconsistent spacing
 GOSUB @Math 'inconsistent capitalization
 GOSUB @ART
 GOSUB @ELA
 GOSUB @LUNCH
 GOSUB @WLDHST
 GOSUB @SCIENCE
END '...and even if it /were/ GOSUB, 
    'this should be RETURN!

SOS GET ME AWAY FROM ALL THE OSes PLEASE

SOS GET ME AWAY FROM ALL THE OSes PLEASE
S-O-S, Get you away from all the OSes, please!

SOS GET ME AWAY FROM ALL THE OSes PLEASE
S-O-S, Get you away from all the OSes, please!
lol

SOS GET ME AWAY FROM ALL THE OSes PLEASE
S-O-S, Get you away from all the OSes, please!
lol
Did you get the reference?

NOPE

NOPE
'twas a parappa reference

why were you up at like 4:00?(maybe you aren't in the same time zone?) (RN it's 6:30 EST)

why were you up at like 4:00?(maybe you aren't in the same time zone?) (RN it's 6:30 EST)
It's 5:50 my time.

the better question is why did you suddenly return to a 2-month-old thread with no new questions or discussion of the actual subject

the better question is why did you suddenly return to a 2-month-old thread with no new questions or discussion of the actual subject
idk

what was s-os going to be like?

IDK yet. It is object oriented(because it will use objective - SB, my custom object library). I honestly don't know where to start...