eller #3622(2007/10/31 07:55 GMT) [ HSP ] Rating0/0=0.00
1行目の#runtimeは実行結果を見やすくするために入れているものであり、プログラム上必要なものではありません。
1 2 3 4 5 6 7 8
#runtime "hsp3cl" repeat 9, 1 i = cnt repeat 9, 1 mes strf( "" + i + " * " + cnt + " = %2d", i * cnt ) loop loop stop
Rating0/0=0.00-0+
[ reply ]
eller
#3622()
[
HSP
]
Rating0/0=0.00
#runtime "hsp3cl" repeat 9, 1 i = cnt repeat 9, 1 mes strf( "" + i + " * " + cnt + " = %2d", i * cnt ) loop loop stopRating0/0=0.00-0+
[ reply ]