RosettaCodeData/Task/Enforced-immutability/FreeBASIC/enforced-immutability.basic

3 lines
144 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#define IMMUT1 32767 'constants can be created in the preprocessor
dim as const uinteger IMMUT2 = 2222 'or explicitly declared as constants