smeup / jariko

a JAva virtual machine Rpg Interpreter written in KOtlin
Apache License 2.0
65 stars 11 forks source link

Bugfix/ls24003931/comp between string boolean #604

Closed davidepalladino-apuliasoft closed 1 month ago

davidepalladino-apuliasoft commented 1 month ago

Description

This work resolves comparison (with COMP) between Standalone field and Indicator. An example:

     D £C5G35          S              1
     C                   MOVEL     *ON           £C5G35
     C     £C5G35        COMP      *ON                                    35  

Technical notes

The fix has been simple, by adding the right check for StringValue.compareTo.

Related to #LS24003931

Checklist: