BASIC V RISC OS OPEN USB STICK
Matteo (1478) 105 posts |
Hi, Thank you |
Rob Heaton (274) 515 posts |
BASIC V is included, it’s not inside a folder though. Once you are at the desktop, press CTRL+F12 (A task window will be opened) |
Martin Bazley (331) 379 posts |
To clarify: BASIC V is part of the RISC OS ROM. It’s not an add-on, it’s not a file, and you don’t have to load it. It’s there from the moment you switch on your RISC OS computer. RISC OS is a ROM-based operating system which cannot be installed on disc, and does comparatively little disc access on bootup. This confuses many newbies who are used to BIOS and installing their OSes to disc. |
Matteo (1478) 105 posts |
i will give it a try: 10 PRINT “WELCOME TO RISC OS OPEN” : ) |
Trevor Johnson (329) 1645 posts |
Remember that it can be at least a little more structured than that, if you like! 5 REPEAT : PROChello : UNTIL FALSE 6 END 9 DEFPROChello 10 PRINT "WELCOME TO RISC OS OPEN" 20 ENDPROC RUN |
Matteo (1478) 105 posts |
Great : ) |