1-90
基本操作
BASIC OVERVIEW
17-6
プログラムを作成するにあたって
Cautions for Creating a Program
ここでは実際にプログラムを作成するにあたり、必
要となる事項を説明しています。
This manual explains the essentials for actual programming.
17-6-1
プログラムに入力する記号や符号
Signs and Symbols Entered in Programs
プログラムとして入力する情報には、アルファベッ
トや数字(小数点を含む)の他に用途に合わせて
","
"*" "[ ]" "( )" "#"
などの記号やブロックデリート機
能で
"/"
も使用します。
ただし、
"@"
は使用しません。
A program consists of letters, numbers containing a decimal
point and symbols "," "*" "[ ]" "( )" and "#" are used.
In addition, the "/" symbol is also used for the block delete
function.
Note that symbol "@" cannot be used.
ブロックデリート機能
冒頭に
"/"
がついたブロックを無視し、次の
"/"
のないブロックから実行する機能。
ブロックデリート機能が無効のとき、
"/"
のつ
いたブロックもそのまま実行します。
Block delete function:
If the block delete function is on, a block beginning
with "/" is ignored. The program is continuously
executed from the next block without "/".
When the block delete function is OFF, all blocks
including those beginning with "/" are executed.
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...