test.ini
来自「国外网站上的一些精典的C程序」· INI 代码 · 共 17 行
INI
17 行
global string = "Hello, world!"
new global variable = abc
[Section 1]
string #1 = section 1 test
[Section 2]
short #2 = 2
[Section 3]
long #3 = 3
[Section 4]
double #4 = 4.4
[Section 5]
boolean #5 = Y
[Section 6]
boolean #6 = N
[Section -1]
new variable = xyz
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?