testsimpleifdef6.obs

来自「格式化源码的最新板」· OBS 代码 · 共 10 行

OBS
10
字号
unit testsimpleifdef6;interface implementation {$DEFINE FOO}{$IFDEF MSWINDOWS}uses
windows;{$ELSE}
   { even if it's not parsed, the block starts and ends must match
     the unparsed block ends at the *second* endif }
  {$IFDEF FOO} 
    warrawak1
  
{$ENDIF}
    warrawak2
{$ENDIF}end. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?