<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Am Sa., 5. Jan. 2019, 22:57 hat Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Here’s the new syntax requirements for const params which require types and consts be separated by semicolons. <br>
<br>
Does TStuff2 need a ; between the two const params? Sven said consts must follow ; or < but they’re both consts so I thought I’d ask to make sure.<br>
<br>
type<br>
        generic TStuff0<A:TObject;T> = record end;<br>
        generic TStuff1<T;const A,B,C:integer> = record end;<br>
        generic TStuff2<const A,const B,C:string> = record end;<br>
        generic TStuff3<const A:integer;T> = record end;<br></blockquote></div><div dir="auto"><br></div><div dir="auto">Just think about it logically: B and C can't be anything else than const, so why would we need to repeat it? </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>