Grundy NewBrain Emulation In ANSI C

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 2

  • @matthews4159
    @matthews4159 2 ปีที่แล้ว +1

    It complains about no END,,, because Newbrain Basic,, like the original,, Dartmouth BASIC
    They a COMPILED ( JUST IN TIME on the NEWBRAIN) not Interpreted
    so... You need an END
    ... UNLIKE interpreted basic's, you can BREAK a newbrain running program, change code and CONTINUE,, and it will

    • @DevelopIT
      @DevelopIT  2 ปีที่แล้ว

      I had read about it being cached compiled code, but hadn't realized this was the reason for END requirement, and that the code could be modified and resumed after modification. Thank you.