readme

来自「一个在linux下的shell的计算器」· 代码 · 共 21 行

TXT
21
字号
SC: the Shell CalculatorCopyright (C) Sergio Davis, <sergdavis@gmail.com>, under GPL License version 2 (See COPYING for details)SC can be executedi) Interactively, typing commands in the prompt: <sc>    The numbers in the stack appear in the rows numbered from 15 to 1   You can get a list of available commands typing the "help" (or "?") command    (without quotes).ii) From the command line:$ sc "2 2 +"4In both cases the result of the last operation (the value in position 01 of the stack)is printed to standard output on exit.

⌨️ 快捷键说明

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