pascal constant type declaration

Solutions on MaxInterview for pascal constant type declaration by the best coders in the world

showing results for - "pascal constant type declaration"
Damián
11 Jun 2018
1const
2VELOCITY_LIGHT = 3.0E=10;
3PIE = 3.141592;
4NAME = 'Stuart Little';
5CHOICE = yes;
6OPERATOR = '+';