• cheezoid2@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    4 months ago

    10 PRINT “AM I BASIC?”

    20 INPUT N$

    30 IF UCASE(N$) = “YES” THEN PRINT “CORRECT” : END

    40 GOTO 10

      • cheezoid2@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        I know it from back then and it can do some pretty impressive things. Not sure how I’d start from scratch these days but it’ll definitely be out there.

        • Ahardyfellow@lemmynsfw.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          Thanks for your response, I’ve been keeping my eye out for a reasonably priced C64 or something so I can get into it on some real hardware (I’m sure there are emulators out there but that’s not as fun).

          I feel like learning it would help with understanding some of what happens “under the hood” in modern languages.