namespace tlang
{
public class TArray : TObject
public TArray()
}
public List<TObject> Items {get;set;}=new List<TObject>();