• …gainst to have  same name for component and data.
    If we have a type like:
    define Type:
    name (String name).
    with have same name for component and data. Even if we retrieve the value like .... (name) and want to create the type like name(name), Anubis compiler doesn't understand and it's normal.
    So that surrounding will make like that ...(_name_) and the type creation become OK with "name(_name_)"
    totoro authored
     
    Browse Code »