C200HBAT09 Omron, C200HBAT09 Datasheet - Page 34

no-image

C200HBAT09

Manufacturer Part Number
C200HBAT09
Description
C200H REPLACEMENT BATTERY
Manufacturer
Omron
Datasheet

Specifications of C200HBAT09

Rohs Compliant
NO
Leaded Process Compatible
No
Peak Reflow Compatible (260 C)
No
Program Configuration
4-1
20
Lines and Statements
Line Numbers
Character Set
Constants
Program Configuration
A BASIC program consists of commands, statements, and functions.
Basic Statements designate and control the flow of programs and are gen-
erally used in program lines within a program.
Basic Commands are usually entered from the command line and control
operations external to the program such as printing and listing.
Examples: print, list, run
Functions are self-contained programs which accept one or more argu-
ments, perform predefined calculations, and return a result/s. There are pre-
defined BASIC functions for arithmetic and string operations as well as user-
defined functions.
Examples: INT(x), LOG(x), SQR(x)
A program written in BASIC is a series of lines, each of which consists of one
or more statements. If several statement are written on the same line, they
must be separated with colons(:). A line can be no longer than 255 charac-
ters. Use single quotation marks (’) to separate comments.
Example of four statements on a line:
10 FOR L=1 TO 100: J=L*I: PRINT J: NEXT L
Every BASIC program line begins with a line number. Line numbers indicate
the order in which the program lines are stored in memory and are also used
as references for branching and editing. Line numbers must be in the range
of 0 through 63999. A period may be used in AUTO, DELETE, EDIT, and
LIST commands to refer to the current line.
Examples:
LIST. EDIT. AUTO
The BASIC character set comprises alphabetical characters, numeric charac-
ters, and special characters.
The alphabetic characters in BASIC are the upper case and lower case let-
ters of the alphabet. The numeric characters in BASIC are the digits 0
through 9.
The following special characters are recognized by BASIC:
SP (space) ! ” # $ & ’ ( ) * + , - . / : ; < = > ? [ \ } ^ _
The following can be used as constants:
BASIC Language
DEL 100-
Statement
Command
Function
General statement
Device control statement
Arithmetic operation function
Character string function
Special function
Section 4-1

Related parts for C200HBAT09