RapydScript - Google Groups (original) (raw)

Tuple not converted to listHere's a simpler case: a = ((1,2), (5,2), (8,4)) # compiles to a = [1,2,5,2,8,4,]; but presumably