Shop OBEX P1 Docs P2 Docs Learn Events
PBasic/vsQbasic — Parallax Forums

PBasic/vsQbasic

Are there functions/commands in PBasic available, that are similar in response to the old QBasic? In QBasic, I wrote many programs; one of my favorites was a collection of multiple choice questions/answers devoted to Word Power in English. I don't know how to get started

Thanks,

Flasher

Comments

  • kwinnkwinn Posts: 8,697
    There are some similarities between Qbasic and PBasic, however the BS2 and PBasic are oriented to more hardware control and I/O than Qbasic.

    A multiple choice question/answer game should be possible in PBasic.
  • Be aware that expressions in PBASIC are evaluated strictly left-to-right. There are no precedence rules as in QBasic. Also, PBASIC lacks the string primitives that QBasic enjoys, so text processing will be a bit more awkward.

    -Phil
  • Thanks, Phil,
    your answers were clear. I appreciate your help.
    Regards,

    Flasher
Sign In or Register to comment.