Back

Assignment Operator


:= is the Assignment Operator.

The Assignment Operator should not be confused with the Equals Operator, which is =.

Target := Expression

Examples:

begin
    I := 12;
    S := 'Susan';
end;
 


Back

Copyright © 1998-2001 James M Sandbrook & Sandbrook Software. All rights reserved.
Do not duplicate or redistribute in any form.