ceu-lang / ceu

The Programming Language Céu

Home Page:http://www.ceu-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creation of vector in the body of a `every` arises an error

rodrimc opened this issue · comments

The following code doesn't compile:

every 1s do
  vector[] byte vet = [] .. "";
end

Error: invalid finalize´ : unexpected enclosing every`

Version: 4bff92c

This was fixed in e8333f2.
(Only for upcoming v0.30)