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

Assignment to `@x = ...` is innocuous

fsantanna opened this issue · comments

@xxx = 123 has no effect on xxx:

var int xxx = 0;
[[
    @xxx = 123;
]]
escape xxx;