JasonMo

Results 6 issues of JasonMo

The reproduction method is in this gif: ![bug.gif](https://github.com/Zeal8bit/Zeal-8-bit-OS/assets/111677135/73ab3307-911b-4fb6-9b4d-f74d1c4ff53e)

I have fill all of the values, I want to know what's wrong with these code. OS: Windows 11 rustc: 1.70.0 (90c541806 2023-05-31) git2: 0.17.2 My code: ``` fn push_repo()...

### Environment #### system: Linux JasonMo1stPC 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 GNU/Linux #### z88dk-z80asm version: 21199-8f9ab7b994-20230610 ### log: ```bash jasonmo@JasonMo1stPC:~/basic-z80$ make z80asm -obbcbasic.com -b -d...

可否加入方程支持?据我所知,目前大部分的方程都已经可以用公式法解决。那可否直接增加一个方程数据类型,然后将解方程的函数作为它的一个属性去用,或者通过一个命令来求方程类型的解来做到对解方程的支持,从而将这个语言作为一个高级的科学计算器使用?

enhancement