Help Center›FreeBASIC
Compiler Switches
22 entries across 1 topic.
Topics
All entries
Procedures 22
$IncludeMetacommand statement to include contents of another source file$LangMetacommand statement to set the compiler dialect.DefByteSpecifies a default data type for a range of variable namesDefDblSpecifies a default data type for a range of variable namesDefIntSpecifies a default data type for a range of variable namesDefLngSpecifies a default data type for a range of variable namesDefLongIntSpecifies a default data type for a range of variable namesDefShortSpecifies a default data type for a range of variable namesDefSngSpecifies a default data type for a range of variable namesDefStrSpecifies a default data type for a range of variable namesDefUByteSpecifies a default data type for a range of variable namesDefUIntSpecifies a default data type for a range of variable namesDefulongintSpecifies a default data type for a range of variable namesDefUShortSpecifies a default data type for a range of variable namesOption BaseSpecifies a default lower bound for array declarationsOption ByValSpecifies parameters are to be passed by value by default in procedure declarationsOption EscapeSpecifies that string literals should be processed for C-like escape sequences by defaultOption ExplicitForces variables, objects and arrays to be declared before they are usedOption GosubEnables support for GoSub and On Gosub.Option NogosubDisables support for GoSub and On Gosub.Option NoKeyword"Undefines" a reserved keywordOption PrivateSpecifies internal linkage by default for procedure declarations