Appendix C. PC208W Error Messages
PC208W, Version 3.3, Instruction Manual
C-5
For Example:
This error message is displayed when a program contains any of these
expressions:
tee=5(2)
mu=(nu)103
bee=10.52(ef/2)
sigma=-17(RCP(alpha))
These are correct ways of entering the above expressions:
tee=5*(2)
mu=(nu)*103
bee=10.52*(ef/2)
sigma=-17*(RCP(alpha))
(4) A label or function is immediately after a set of parentheses without an
operator.
For Example:
This error message is displayed when a program contains any of these
expressions:
result=(ex^2)data
gamma=(10-omega)SIN(psi)
dee=(17)number
These are correct ways of entering the above expressions:
result=(ex^2)*data
gamma=(10-omega)*SIN(psi)
dee=(17)*number
C.2.1.6 Equal Sign Expected
An equal sign MUST immediately follow the label of the Input Location that
stores the results (e.g., label = expression). An expression that contains no
equal sign causes compiler error 202, “ unrecognized text” .
For Example:
“ Equal sign expected” is displayed when a program contains any of these
expressions:
zee/2=bee
data+number=volt1+volt2
These are correct ways of entering the above expressions:
bee=zee/2
data=volt1+volt2-number
Summary of Contents for PC208W
Page 2: ...This is a blank page...
Page 4: ......
Page 58: ...Section 2 Program EDLOG 2 18 PC208W Version 3 3 Instruction Manual This is a blank page...
Page 98: ...Section 3 Report SPLIT 3 40 PC208W Version 3 3 Instruction Manual This is a blank page...
Page 126: ...Section 6 Program Conversion 6 4 PC208W Version 3 3 Instruction Manual This is a blank page...
Page 156: ...This is a blank page...