mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 01:29:28 +00:00
fix cx16logo.logo() printing correct newlines
This commit is contained in:
parent
e2f20ebf94
commit
68b112837a
@ -14,9 +14,10 @@ cx16logo {
|
||||
|
||||
sub logo() {
|
||||
uword strptr
|
||||
for strptr in logo_lines
|
||||
for strptr in logo_lines {
|
||||
txt.print(strptr)
|
||||
txt.nl()
|
||||
txt.nl()
|
||||
}
|
||||
}
|
||||
|
||||
str[] logo_lines = [
|
||||
|
Loading…
Reference in New Issue
Block a user