• @[email protected]
    link
    fedilink
    English
    0
    edit-2
    10 months ago

    I did know the difference, but I didn’t realise it ran one line at a time! I had kind of assumed it at least did one pass through everything before giving output. Thanks.

    • @[email protected]
      link
      fedilink
      110 months ago

      I believe it does “one pass” when it loads the code into ram, because syntax errors can be caught before anything runs. But I think the actual interpretation happens pretty much one line at a time :)