问题标签 [c64]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
81 问题
0
投票
3
回答
107
浏览
basic - 如何在 c64's basic 中以编程方式输入命令?
我想在 commodore 64 中编写一个非常简单的基本程序,可以输入其他基本命令。
这是一个例子:
10 print"list"+chr$(13)
这会打印列表,但不会按 Enter。
我的期望是我得到 list 命令的结果。
我怎样才能做到这一点?