Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


8.12.1 Rem or ' (write a comment in a program)

Purpose

Used to write a comment in a program.

Syntax
Rem Comment
' Comment
Argument
Comment

Write a comment to clarify the programming. You must enter one or more spaces between Rem and Comment.

Description

A single quotation mark (') can be used instead of Rem. The quotation mark or Rem can be written on the same line following a statement or command.

Example
Rem Output a message to a file.
Message (Target_File, _SCF_+"Logging.TXT", "Execution
         started.")
 
' Display a message in a window.
Message (Target_DispOn, "Logging", "Execution started.")
JP1/Script version

Supported from JP1/Script 01-00.