예제 #1
0
            protected override string ToString(Func <ZilObject, string> convert)
            {
                // strip initial '%' from original table representation
                var origStr = orig.ToString(convert).Substring(1);

                return($"%<ZREST {origStr} {byteOffset}>");
            }