[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
GNU Pascal allows the user to define operators according to the Pascal-SC syntax:
program PXSCOperatorDemo; |
The Pascal-SC operators `+>', `+<', etc. for exact numerical calculations are not implemented, but you can define them.