RosettaCodeData/Task/Enforced-immutability/FreeBASIC/enforced-immutability.basic
2023-07-01 13:44:08 -04:00

2 lines
144 B
Text

#define IMMUT1 32767 'constants can be created in the preprocessor
dim as const uinteger IMMUT2 = 2222 'or explicitly declared as constants