new.txt
来自「smallbasic for linux」· 文本 代码 · 共 12 行
TXT
12 行
New numeric formats (supported by compiler, INPUT, auto-convertion and VAL):Hexadecimals with 0x (like C)0xFF = 255, &xFF = 255Scientific numeric notationn[.n]e[+|-]n[.n]Examples:2E.3 = 2*10^.32E-2 = 2*10^-2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?