pascalnide icon indicating copy to clipboard operation
pascalnide copied to clipboard

`Attempt to read from field ...` compiler error on assigning non existing builtin procedure return value to a variable

Open EmilyGraceSeville7cf opened this issue 5 months ago • 0 comments

var
  x: integer;
  
begin
  x := Readln();
end.

Screenshot_2025-10-20-00-08-55-506_com.duy.pascal.compiler.jpg

EmilyGraceSeville7cf avatar Oct 19 '25 21:10 EmilyGraceSeville7cf