3 lines
124 B
Text
3 lines
124 B
Text
|
|
define PI = 3.14159; # compile-time defined constant
|
||
|
|
const MSG = "Hello world!"; # run-time defined constant
|