From 58a1a288ce4f97216796259a26c9ffffaab63af3 Mon Sep 17 00:00:00 2001 From: cannoli-fruit Date: Tue, 28 Jul 2026 23:17:53 -0400 Subject: [PATCH] Changed a bit with glendasay --- flagpole/tests/glendasay.fp | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/flagpole/tests/glendasay.fp b/flagpole/tests/glendasay.fp index 58e707c..881b6a4 100644 --- a/flagpole/tests/glendasay.fp +++ b/flagpole/tests/glendasay.fp @@ -1,28 +1,32 @@ $inc fvmstd.fp proc main - " /----------------------\ " :puts :newline + " /--------------------------------\ " :puts :newline 0 @skip while &skip not do " | " :puts 0 @i - while &i 20 u< &skip not band do + 0 @tmpSkip + while &i 30 u< &skip not &tmpSkip not band band do :getchar @c - if &c 0x0A == &c 0x00 == &c 0xFF == bor bor then + if &c 0x00 == &c 0xFF == bor then 1 @skip endif - if &skip not then + if &c 0x0A == then + 1 @tmpSkip + endif + if &skip not &tmpSkip not band then &c :putchar &i 1 u+ @i endif endwhile - while &i 20 u< do + while &i 30 u< do 0x20 :putchar &i 1 u+ @i endwhile " |" :puts :newline endwhile - " \----------------------/ " :puts :newline + " \--------------------------------/ " :puts :newline " " :puts :newline " \ " :puts :newline " \ " :puts :newline