From bfd2fd67f948f6a5ee8815ee866d55d147f53c73 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 21 Aug 2015 12:31:55 +0200 Subject: tuple unpacking works in a non-var/let context --- web/news.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web') diff --git a/web/news.txt b/web/news.txt index fce77a0bf..46867ac4c 100644 --- a/web/news.txt +++ b/web/news.txt @@ -72,6 +72,9 @@ News - Added ``macros.getImpl`` that can be used to access the implementation of a routine or a constant. This allows for example for user-defined inlining of function calls. + - Tuple unpacking finally works in a non-var/let context: ``(x, y) == f()`` + is allowed. Note that this doesn't declare ``x`` and ``y`` variables, for + this ``let (x, y) == f()`` still needs to be used. Bugfixes -- cgit 1.4.1-2-gfad0