プレイ日記
Pkyoshi19 Pokeyoshi19
My program won't fit in one screen... Can't say I didn't try. gg
1そうだね
プレイ済み
返信[1]
親投稿
Lumage Lumage
Variable assignment is always shorter that INC/DEC R=R-5 LOCATE.,.?"E" If 4 is the lowest G can be you can you inequalities to save a character e.g. (G<5) Colon (:) unneeded after functions, numbers (except when the next instructions starts with E, and string suffix $ Space unneeded before TO e.g. FOR I=0TO ...
0そうだね
未プレイ
返信[2]
親投稿
Pkyoshi19 Pokeyoshi19
Thanks for trying but I had at least 10 lines to remove
0そうだね
プレイ済み
返信[3]
親投稿
Lumage Lumage
use #L and #R in place of 256 and 512, respectively (can probably RGB(#L,#L-R,#L-R)) Calculations longer than like 4 characters used more than once should be precalculated and assigned to a variable e.g. Z=G*FLOOR(I/G)FOR J=G TO Z+(G-1) Since no colon is needed after numbers, consecutive variable assignments can become F=.C=222D=-D:
0そうだね
未プレイ
返信[4]
親投稿
Lumage Lumage
Oh le well. It's too late, I suppose.
0そうだね
未プレイ
返信[5]
親投稿
Pkyoshi19 Pokeyoshi19
Just did everything, still have 9 lines to get rid of
0そうだね
プレイ済み