SKIP Examples


Example 1:

 

A

DIM

15

B

SKIP

OVER 500

D

FORM

3.2

 

The LABEL 'B' references a data area of 500 bytes in length.

 

Example 2:

 

DATE

DIM

*15

BLANKS

SKIP

OVER 300

MONTH

DIM

*9

 

The COMMON data is continued (aligned) through all of these variables, including the 'BLANKS' area. Any data from previous programs remain and may be accessed in the new program.

 



PL/B Language Reference SINSERT Examples SMAKE Examples