Dnia piątek, 13 października 2006 02:16, David Fishburn napisał: > > > Instead of simply grouping everything under variables, should we > distinguish between different types? > let forms#form = { > \ 'title': 'Address Entry Form', > \ 'fields': [], > \ 'defaultbutton': 'ok', > \ 'fieldMap': {}, > \ 'hotkeyMap': {}, > \ } > > Right now this is identified as a variable, should we identify it as a > Dictionary by adding another kind of tag?
Detection of variable type (string, list, dictionary) would be great thing. m.