📄 h.getoct
字号:
* * * * * * * * getoct * * * * * * * * "octal representation to integer" SYNTAX: N = getoct(Y) Y is a sequence of 0,1,...,7. They are interpreted as the octal representation of an integer. N is assigned the integer corresponding to Y. Example 1: (correct) getoct( 1713601 ) Example 2: (incorrect) getoct( -389 ) _ERR_NR_015
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -