TurboScript icon indicating copy to clipboard operation
TurboScript copied to clipboard

User wants constant expressions

Open MaxGraey opened this issue 7 years ago • 1 comments

How?

const SOLAR_MASS: float64 = 4.0 * PI * PI;

MaxGraey avatar May 14 '17 18:05 MaxGraey

immutable globals with initialize expression is not yet supported but planned.

nidin avatar Jun 14 '17 20:06 nidin