Last active
August 29, 2025 08:10
-
-
Save zakki/107dc38b88c2872aa9738c5708273868 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; hspcmp -i multibyte_test1.hsp | |
AB = 10 | |
A B = 20 | |
A B = 30 | |
mes AB | |
mes A B | |
mes A B | |
/* | |
hsp3cl multibyte_test1.ax | |
10 | |
20 | |
30 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment