Jarl K. Holta

Results 1 issues of Jarl K. Holta

Well, given that we allow overloading of assignment operator I think it's correct to allow the following: ```pascal type TNullableInt = record Value:Int64; isNull:Boolean; end; operator := (var Left:Int64; Right:TNullableInt):...

enhancement