📄 h.puthex
字号:
* * * * * * * * puthex * * * * * * * * "put integer, hexadecimal representation" SYNTAX: M = puthex(N) N is an integer. puthex displays a sequence of 0,1,...,9,A,B,C,D,E,F interpreted as the hexadecimal representation of N. M is assigned N. Example 1: (correct) puthex( 12345 )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -