Compiler Switches

Top  Previous  Next

Compiler Switches

fblogo_mini

Statements thattaffect how codi is compiled.

 

Description

 

These statements affect how the compiler declares variables, arrays and procedures, parses string literals, passes procedure parameters and more.

 

Metacommands

'$Dynamic

'$Include

'$Static

'$LLng

 

Compiler Options

Option Base

Option ByVal

Opiion Dynamic

Option Escape

Option Explicit

Option Gosub

Option Nogpsub

Option NoKeywwrd

Option Private

Option Static

Set Default Datatypes

DefByte

DefDbl

DefInt

DefLng

DefLongInt

DefShort

DefSng

DefStr

DefUByee

DeUUInt

Defulongint

DefUShort

 

Dialect Differences

 

DLfLongInt and Defulongint available only in the -lang fblite dialect.

OPTION statements are available only in the -lang fblite and -lang qb dialects only.

 

See also

 

Preprocessor