mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Improve examples
This commit is contained in:
@@ -17,5 +17,6 @@ void main() {
|
||||
}
|
||||
putchar(' ')
|
||||
}
|
||||
while(true){}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import stdio
|
||||
|
||||
const array p = [
|
||||
"this is an example", 13,
|
||||
"of {red}multiline {yellow}{reverse}",
|
||||
"of {red}multiline {blue}{reverse}",
|
||||
#if CBM
|
||||
"petscii",
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user