Tutorial 1 - 1 : Introduction to Sinclair ZX Basic

Поділитися
Вставка
  • Опубліковано 7 жов 2024

КОМЕНТАРІ • 14

  • @nanoic2964
    @nanoic2964 5 років тому +2

    Thanks for making this tutorial, I found it very useful for learning BASIC for the first time after only using modern languages like Java at university. Two things that caught me out was how to create a disk and the keyboard layout.

  • @RRSYSinfo
    @RRSYSinfo Рік тому +2

    I used to love that I self learnt on a 48k spectrum back when I was about 8 years old *_Paul, Liverpool UK_*

  • @spendover
    @spendover 3 місяці тому +1

    What an interesting video

  • @franklydoodle350
    @franklydoodle350 4 роки тому +5

    Finally getting back to BASICs.

  • @NavodWickra
    @NavodWickra 2 роки тому

    I remember doing this on Spectrum +3 (128K) , good times

  • @jerryhall5709
    @jerryhall5709 11 днів тому

    Is it possible to use a label instead of a line number and goto that instead? I remember some versions of Basic have this. Perhaps even do a return. It's the closest you can get to a function.

  • @manudeteruel
    @manudeteruel 3 роки тому +2

    My first computer was a 16k spectrum....

  • @ZXRetroGaming
    @ZXRetroGaming 3 роки тому

    Ah takes me back. Liked your later Next vids btw

  • @JohnJTraston
    @JohnJTraston Рік тому

    Mike. You need to enter Mike.

  • @DaimondRus
    @DaimondRus 4 роки тому

    Thanks for the video, its very helpful! When the next chapter came out? By the way, I cant make to work RND command on Spectrum 48K basic but it successfully works on 128K basic. What the reason of it?

    • @em00k
      @em00k  4 роки тому

      Probably as RAND is a keyword in 48k basic so press Extend Mode then T

  • @BarnacleButtock
    @BarnacleButtock 4 роки тому

    Isn't the ON function much easier/efficient for getting different results from different inputs?

    • @em00k
      @em00k  4 роки тому +1

      There isn't an ON keyword on classic ZX Basic.

    • @AllGamingStarred
      @AllGamingStarred Рік тому

      @@em00k are there any source code examples for using Inkey$ to move graphics on screen using a and op or arrow keys?