Key words are printed in uppercase when the program is output with "list". But entering code is usually done in lowercase.
line 10: screen mode 0 is used (16 colours; 20x25 characters)
lines 20/30: set up colour palette; note that multiple instructions can be combined on a line
lines 40 to 70: a "for" loop over i
line 50: set the paper (background) colour to i
line 60: print 40 spaces (= 2 lines); space$ is a built-in function that returns a string
When the program ends, the "Ready" prompt is white-on-black because the current foreground (pen) colour, which is 1, had been set to white ("ink 1,26"). The background colour is 8 after the loop and "ink 8,0" had set that to black previously. See File:Amstrad CPC ink numbers.png for a chart of Amstrad ink numbers.
اجازہ کاری
I, the copyright holder of this work, hereby publish it under the following license:
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse
عنوان
Add a one-line explanation of what this file represents