tcl.basic

Verb: Access/TCL, Releases: AP

Invokes 'compile' with upper / lower case insensitivity.

Syntax

basic file.reference itemlist* {(options)}

Description

invokes the Pick/BASIC compiler, which translates the specified source code into executable object code with 'case sensitivity' in effect. This causes the compiler to only accept upper case 'keywords'.
The 'compile' verb allows 'keywords' to be in upper or lower case.

For example, with case sensitivity in effect, the variables 'TOTAL' and 'total' are treated as two separate variables.

See 'casing on' and 'casing off' for handling case-sensitive input from the terminal.

Example

basic bp testprog
This TCL statement compiles the program 'testprog' in the
'bp' file. The 'object code' is placed in the dictionary
of 'bp'.

See Also

Command Name Type Description
basic.casing Statement Enables or disables case sensitivity.
compile.time.date.stamp.ap Definition Obtaining the internal information about compiles in AP.
tcl.compile-run Verb: Access Compiles and runs a Pick/BASIC program.
compile.time.date.stamp.rp Definition Obtaining the time and date of compiles in R83.
tcl.case-file Verb: Access Converts case of items in file
flash.basic.error.logging Definition Compilation error logging in FlashBASIC.
system.debugger.g Command Transfers execution to statement label.
tcl.compile-catalog Verb: Access Compiles and catalogs Pick/BASIC program.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic Definition Pick's primary programming language.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.