William Coleda wrote:
set a "a b c" lappend a d e fneeds to somehow get the list representation of the named variable.
Ok. It could be that this functionality just maps to Perl's list context, which isn't supported by vtables either:
$I0 = $P0."__get_bool"() # int only $S0 = $P0."__get_string"() # string only $P1 = $P0."__get_numeric"() # missing +numeric context "__get_list"() ... nore PMC only context methods. leo