namespace TLang.VM
{
public abstract class TObject
public abstract string Type {get;}
public abstract bool True { get; }
}