nielsAD / lape

Scripting engine with Pascal-like syntax for FPC and Delphi
118 stars 28 forks source link

Compound assignment operators #57

Closed slackydev closed 8 years ago

slackydev commented 8 years ago

Added {$COPERATORS}-switch which allows to toggle ON/OFF C-like assignment operators. By default this switch is toggled ON.

Supports the following operators:

Operators also supports overloading.

nielsAD commented 8 years ago

Cool! Thanks :)