Lexical Elements of the DEC Text Processing Utility Language 4.9 Reserved Words

Syntax

LOCAL variable-name [[,...]];

Local variables may also be declared in unbound code. Such variables are accessible only within that unbound code.

Unbound code can occur in the following places:

Module initialization code

This occurs after all procedure declarations within a module but before the ENDMODULE statement.

Executable code

This occurs after all module and procedure declarations in a file but before the end of file.

The following example shows a complete compilation unit. This unit contains a module named mmm that, in turn, contains a procedure bat and some initialization code mmm_module_init, a procedure bar defined outside the module, and some unbound code at the end of the file. In each of these sections of code, a local variable X is defined. The variable is displayed using the MESSAGE built-in procedure.

MODULE mmm IDENT "mmm"

PROCEDURE bat;

! Declare procedure "bat" in module "mmm"

LOCAL

X; ! "X" is local to procedure "bat"

X := "Within procedure bat, within module mmm";

MESSAGE (X);

ENDPROCEDURE; ! End procedure "bat"

LOCAL

 

X;

! "X" is local to

 

! procedure "mmm_module_init"

X := "Starting or ending the module init code";

MESSAGE (X);

 

bat;

 

MESSAGE (X);

 

ENDMODULE;

! End module "mmm"

PROCEDURE bar

! Declare procedure "bar"

LOCAL

 

X;

! "X" is local to procedure "bar"

X := "In procedure bar, which is outside all modules";

MESSAGE (X);

 

ENDPROCEDURE;

! End procedure "bar"

LOCAL

 

X;

! "X" is local to the unbound code...

X := "Starting or ending the unbound, non-init code"; MESSAGE (X);

mmm_module_init; bat;

bar; MESSAGE (X); EXIT;

Lexical Elements of the DEC Text Processing Utility Language 4–31

Page 97
Image 97
Compaq AA-PWCBD-TE manual Local

AA-PWCBD-TE specifications

The Compaq AA-PWCBD-TE is a highly regarded laptop battery designed to provide reliable power to a range of Compaq laptop models. As technology continues to evolve, the necessity for efficient and long-lasting batteries becomes increasingly important, especially for students, professionals, and anyone reliant on portable computing.

One of the standout features of the AA-PWCBD-TE is its impressive capacity, designed to enhance the performance of your device. With a power capacity of around 5200 mAh, this battery is engineered to provide extended usage times, allowing users to work on the go without frequent interruptions for recharging. The battery supports efficient energy management, contributing to the overall longevity of the device.

Additionally, the AA-PWCBD-TE integrates advanced lithium-ion technology, which is favored for its reliability and minimal memory effect. Lithium-ion batteries typically offer a higher energy density compared to older technologies, meaning they can store more energy in a smaller size. This technology also supports faster charging times, making it a convenient solution for busy users.

Safety is another vital characteristic of the AA-PWCBD-TE. It features built-in protection against overcharging, overheating, and short-circuit conditions, which helps ensure the safety of both the battery and the device itself. This level of protection is crucial, especially in professional environments where equipment failure can lead to productivity losses.

Compatibility is also a key aspect of the AA-PWCBD-TE, as it is designed to fit a variety of Compaq laptop models. Users can easily determine whether this battery is suitable for their specific model, simplifying the buying process and ensuring optimal performance.

In terms of weight and dimensions, the AA-PWCBD-TE is designed to be lightweight and compact, adding minimal bulk to the laptop while still delivering powerful performance. Users can enjoy the balance of efficiency and portability, making it an ideal choice for those who travel frequently or require a battery that doesn't compromise on power.

Overall, the Compaq AA-PWCBD-TE stands out as a dependable and efficient laptop battery that enhances the user experience. With its impressive capacity, cutting-edge technology, and safety features, it is a valuable accessory for anyone looking to improve their mobile computing capabilities.