1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-02 00:41:40 +00:00

Improve examples

This commit is contained in:
Karol Stasiak 2019-08-07 20:03:36 +02:00
parent 7281ec5d2c
commit 987b4a3b7f

View File

@ -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 = [