gracelang / language

Design of the Grace language and its libraries
GNU General Public License v2.0
6 stars 1 forks source link

= for initialistaion, := for assignment #46

Closed kjx closed 8 years ago

kjx commented 8 years ago

Write:

var v = (initialiser)

to initialise a variable, matching the syntax of def

Assignments remain as :=