Category:OoRexx: Difference between revisions

Content added Content deleted
m (Insert tags to improve formatting. Add mention of ?, ! and _)
mNo edit summary
Line 6: Line 6:
We are in the process of documenting the incompatibilies and shall publish them soon.
We are in the process of documenting the incompatibilies and shall publish them soon.
Notable differences are:
Notable differences are:
* The use of some 'special' characters such as '''<tt>@</tt>''', '''<tt>#</tt>''' and '''<tt>$</tt>''' in symbols. (These symbols were deprecated some time before 1990 when '''<tt>?</tt>''', '''<tt>!</tt>''' and '''<tt>_</tt>''' were introduced as acceptable alternatives.)
* The use of some 'special' characters such as '''<tt>@</tt>''', '''<tt>#</tt>''' and '''<tt>$</tt>''' in symbols. (These symbols were [[wp:Deprecation|deprecated]] some time before 1990 when '''<tt>?</tt>''', '''<tt>!</tt>''' and '''<tt>_</tt>''' were introduced as acceptable alternatives.)
* Use of '''<tt>a=;</tt>''' instead of '''<tt>a=<nowiki>''</nowiki>;</tt>''' or '''<tt>a="";</tt>'''
* Use of '''<tt>a=;</tt>''' instead of '''<tt>a=<nowiki>''</nowiki>;</tt>''' or '''<tt>a="";</tt>'''
The 24 game under REXX was meanwhile adapted so that it can be played with ooRexx.
The 24 game under REXX was meanwhile adapted so that it can be played with ooRexx.