📄 show.bsh
字号:
/** Toggle on or off displaying the results of expressions (off by default). When show mode is on bsh will print() the value returned by each expression you type on the command line.*/bsh.help.show = "usage: show()";show() { if ( bsh.show == void ) bsh.show = false; bsh.show = !bsh.show;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -