#com
|
Set the serial/USB COM port for downloading.
|
#define
|
Define a name to control conditional compilation
|
#else
|
Alternative program code include for #ifdef and #ifndef directives
|
#endif
|
Terminate #ifdef and #ifndef commands
|
#endmacro
|
End a macro
|
#endregion
|
End a region
|
#endrem
|
Terminate a previous #rem directive
|
#error
|
Force a compilation error to be produced
|
#freq
|
Specify the current operating speed of the PICAXE being downloaded into
|
#gosubs
|
Specify the number of GOSUBs allowed
|
#if
|
Only include program code if a #define value is defined
|
#ifdef
|
Only include program code if a #define name is defined
|
#ifndef
|
Only include program code if a #define name is not defined
|
#ifdef simulating
|
Only include program code when simulating
|
#legacy
|
|
#include
|
Include program code from another source file
|
#macro
|
Define a macro
|
#no_data
|
Do not download data EEPROM values
|
#no_debug
|
Disable debug commands in a program
|
#no_end
|
Do not include a terminating 'end' command
|
#no_table
|
Do not download data table values
|
#picaxe
|
Specify the PICAXE the program code is for
|
#region
|
Define a code region
|
#rem
|
Treat subsequent program lines as comments
|
#revision
|
Specify the revision number in a program slot
|
#sim
|
Specify simulation model to use
|
#simspeed
|
Set speed of simulation
|
#simtask
|
Specify program task to simulate
|
#slot
|
Specify the program slot the program code will be downloaded into
|
#terminal
|
Set Terminal display baud rate
|
#undefine
|
Remove a name previously created with #define
|
preprocessor
|
[Pre-processor substitution constants]
|