1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-13 06:25:13 +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 = [ const array p = [
"this is an example", 13, "this is an example", 13,
"of {red}multiline {blue}{reverse}", "of {red}multiline ",
#if CBM #if CBM
"petscii", "{reverse}{yellow}petscii{reverseoff} {white}text"
#else #else
"ASCII", "{reverse}{blue}ASCII{reverseoff} {black}text"
#endif #endif
"{reverseoff} {white}text"
] ]
const array s = [ const array s = [