qedit.tok

来自「[随书类]Dos6.0源代码」· TOK 代码 · 共 16 行

TOK
16
字号
#
#	 Created 20-2-91 by Terry Farrell 
#
#
#	 tokenised qedit.asm from qb5\ir
#
#	 This program runs QBASIC with the /editor option BUT if things go
#	 wrong it will display the following messages
#
#	 NB: the $ character is IMPORTANT it signifies the end of string.

[[QEDIT_1]]='Zuwenig Speicher$'
[[QEDIT_2]]='Kann Datei QBASIC.EXE nicht finden$'
[[QEDIT_3]]='DOS Speicherbereich-Fehler$'
[[QEDIT_4]]='Befehlszeile ist zu lang$'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?