l0.1a

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 33 行

1A
33
字号
#printNow you should understand the special characters ^H and @:   ^H     cancels the previous character typed (called control-h)    @     cancels the line being typed and puts you on a new line^H is typed by holding down the CTRL (for control) key and pressingthe letter 'h'.  The reason that there are the two characters'^' and 'H' to represent one special character is that ^H usuallywill not print on the screen.If you make a typing mistake, you can use ^H and @ to correct itbefore you finish the line and the computer won't ever know about it.For example, what will the computer really receive if you typest^Hhe@thf^Heat it?  Figure this out in your head and reply "answer WORD" whereWORD is the word as it will be interpreted, and don't forget RETURN.For example, if you think it will get "dog", typeanswer dog#copyin#user#uncopyin#match the#bad answertheLeave a space between "answer" and "the".#log#next0.1b 5

⌨️ 快捷键说明

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