Tony Wang

Results 38 comments of Tony Wang

Looks great, thanks for the update. I can make a commit, but I suggest to change the color of the arrow, because it's illegible within dim theme. ![image](https://github.com/paladin-t/my_basic/assets/2062224/f0f5600a-e46e-4bbb-b7d5-f6ca7fa22589) One more...

It's a bit difficult to do it that way, because it requires changing a lot of the parser and tokenizer.

1. Change https://github.com/paladin-t/my_basic/blob/67ef347023fccdeae1081fce9c86d0bf176997a1/core/my_basic.c#L773-#L774 to ```c MBCONST static const char _MULTI_LINE_COMMENT_PREFIX[] = "'REM"; MBCONST static const char _MULTI_LINE_COMMENT_POSTFIX[] = "'ENDREM"; ``` to use `'REM` and `'ENDREM`. 2. Change the comparison from...

Unicode characters are saved in UTF-16, GBK, etc rather than UTF-8 by many editors on Windows. Try re-saving it in UTF-8, it will work as expected. ![image](https://github.com/paladin-t/my_basic/assets/2062224/69b184e2-83c6-47de-be97-32081dde8871)

I will make a full debug when I get back to my win 10 in a few days.

Updated, please try again.

Post the relevant code context and error message.

能否说明一下“NPC 引入射程”的含义?