Hi all
don't understand why the error unit1.pas(75,13) Error: Operator is not overloaded: "Real" mod "Real"
in programming I'm not very
thank you in advance
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TForm1 }
TForm1 = class(TForm)
Button1...