From: Brendan Hansen Date: Tue, 20 Jun 2023 00:59:56 +0000 (-0500) Subject: fixed: grammar X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=4896d12a8e00a4ce5cb053194cfeebd25a8cc003;p=onyxlang.io.git fixed: grammar --- diff --git a/www/news-articles/release-0.1.3.html b/www/news-articles/release-0.1.3.html index a05b1be..a7d6d73 100644 --- a/www/news-articles/release-0.1.3.html +++ b/www/news-articles/release-0.1.3.html @@ -35,7 +35,7 @@ println(total);

This does require a syntax change, and hence is a breaking change. -However, this feature has not been used much in actual yet, so there shouldn't be much to change. +However, this feature has not been used much in actual code yet, so there shouldn't be much to change. Also, there is no semantic difference between the previous way this worked and the current way. The current way only allows for explicit bindings; this would also work in the new version.