Closed 3FLLC closed 7 years ago
type xset=set of char; var x:xset; begin x:=['0'..'9','A'..'Z','a'..'z']; // > won't compile. end.
returns: "Invalid evaluation at line 8, column 7 in file "xset.p""
Thanks for reporting!
returns: "Invalid evaluation at line 8, column 7 in file "xset.p""