aboutsummaryrefslogtreecommitdiff
path: root/website/templates/features/experimental/var.html
AgeCommit message (Collapse)Author
2018-02-07[var] various upgrades to var:Reinier Zwitserloot
* var is promoted to the main package. * It is no longer an opt-in thing. * bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that. * tests both for the multi-for situation and the new main package variant.
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.