The modifiers that exist in Turbo Pascal, but aren’t supported by Free Pascal, are listed in table (14.1).
| Modifier | Why not supported ? | 
| Near | Free Pascal is a 32-bit compiler. | 
| Far | Free Pascal is a 32-bit compiler. | 
The compiler will give a warning when it encounters these modifiers, but will otherwise completely ignore them.