📄 switch.qsc
字号:
text {comment} --------------------------------------------------------------{lf}
text {comment} 'variable' can be either a a 32 bit memory operand or register{lf}
text {comment} You can use one (1) or more 'case' statements.{lf}
text {comment} The 'default' statement if required must be the last statement{lf}
text {comment} before the 'endsw' statement. It can be used only once.{lf}
text {comment} --------------------------------------------------------------{lf}
text switch variable{lf}
text case number{lf}
text fn MessageBox,hWnd,"test 1","switch block",MB_OK{lf}
text {lf}
text default{lf}
text fn MessageBox,hWnd,"default","switch block",MB_OK{lf}
text {lf}
text endsw{lf}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -