On 2010-11-15, at 22:59, Ullrich von Bassewitz wrote: > > On Mon, Nov 15, 2010 at 08:32:43PM +0100, silverdr@wfmh.org.pl wrote: >>> @*?:, .... i think :) >> >> @ works ok. Just checked. Therefore: $ (as first), *, ?, :. > > I've removed the check completely. The effect of the mentioned > characters is > somewhat strange, but they might have their uses: > > "@foo" creates "foo" (with delete and bug triggered) Strange. From BASIC it creates "@foo" here. > "$foo" creates "foo" - at least in VICE And "$" as first doesn't seem to create anything visible: list 10 print "basic test "; 20 goto10 ready. save"$basictest",8 saving $basictest ready. load"$",8 searching for $ loading ready. list 0 .ADAFD . .. 1 "@basictest" prg 1 "test" prg 1 "basic@test" prg 661 blocks free. ready. > Another argument for removing the check is that it saves some space. After a thought - it might be the best option ;-) -- SD! ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Nov 15 23:09:47 2010
This archive was generated by hypermail 2.1.8 : 2010-11-15 23:09:50 CET