mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-17 07:30:04 +00:00
Improve examples
This commit is contained in:
parent
7281ec5d2c
commit
987b4a3b7f
@ -2,13 +2,12 @@ import stdio
|
||||
|
||||
const array p = [
|
||||
"this is an example", 13,
|
||||
"of {red}multiline {blue}{reverse}",
|
||||
"of {red}multiline ",
|
||||
#if CBM
|
||||
"petscii",
|
||||
"{reverse}{yellow}petscii{reverseoff} {white}text"
|
||||
#else
|
||||
"ASCII",
|
||||
"{reverse}{blue}ASCII{reverseoff} {black}text"
|
||||
#endif
|
||||
"{reverseoff} {white}text"
|
||||
]
|
||||
|
||||
const array s = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user