Posted By
Bunsen on 2016-01-16 14:58:31
| Re: BASIC Tenliners Contest 2016
Exactly this is meant.
0?"HELLO" are 9 characters. It doesn't matter that ? becomes PRINT. Count characters before list. An example in Atari Basic: 1F.I=1TO10:N.I = 14 characters LIST 1 FOR I=1 TO 10: NEXT I = 23 characters, but it counts 14 characters
|