qbasmsgs.txt

来自「这是DOS系统的源代码,汇编写的,值得看看,对开发操作系统的人员有价值」· 文本 代码 · 共 19 行

TXT
19
字号
; QBasic Standard Error Messages.
; This file is read by the tool makemsgs, which produces the files:
;      qbimsgs.asm, qbimsgs.inc, and qbimsgs.h
;
; Entries in this file have the form:
;  [<symbol's name>,[<msg index/error code>],"<ASCII msg>"] [;<comment>]
;
; If <msg index/error code> is not specified, the next available one
;    is assigned.
;
;Section 1:  Runtime Errors - symbol names are kept small to decrease
;            the size of the runtime library.
;            Names begin with ER_ to distinguish them from non-runtime
;            errors, which begin with MSG_.
;
ER_NF,1,"Instru嘺o NEXT sem instru嘺o FOR"
ER_SN,2,"Erro de sintaxe"
ER_RG,3,"Instru嘺o RETURN sem instru嘺o GOSUB"
ER_OD,4,"Nao h

⌨️ 快捷键说明

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