sparc icon indicating copy to clipboard operation
sparc copied to clipboard

[Language Design] Add arithmetic expressions to constant definitions.

Open iensen opened this issue 11 years ago • 0 comments

Allow to use arithmetic expressions in definitions of a new constant, e.g:

const m = 1.

const n = m+1.

iensen avatar Jun 16 '14 20:06 iensen