; ; メモリノートパッド命令テスト1 ; "note1.as"にインデックス番号をつけて表示 ; nmax=0 b="" alloc a,32000 bload "note1.as",a notesel a notemax nmax idx=0 repeat nmax noteget b,idx print "index"+idx+"="+b idx++ loop stop