mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-13 06:25:13 +00:00
Improve examples
This commit is contained in:
@@ -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 = [
|
||||||
|
Reference in New Issue
Block a user