代码搜索结果

找到约 820,005 项符合 if 的代码

01.kid.svn-base

x,y:=max(x,y),min(x,y) x,y:=max(x-y,x+y),min(x-y,x+y) x,y:=max(x,y),min(x,y) proc max(x, y) { if (x >= y) max := x; else max := y; } proc min(x, y) { if (x

01.kid

x,y:=max(x,y),min(x,y) x,y:=max(x-y,x+y),min(x-y,x+y) x,y:=max(x,y),min(x,y) proc max(x, y) { if (x >= y) max := x; else max := y; } proc min(x, y) { if (x

re2pl.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

evalre.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

re2re.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

re2nfa.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

re2xml.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

re2dfa.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

re2c.bat

@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S %0 %* if NOT "%COMSPEC%" == "%SystemRoot%\system3

lexer.pl.svn-base

# lexer.pl # 2006-05-19 2006-05-19 use strict; use warnings; local $/; local $_ = ; while (1) { if (/\G\s*DIM\b/gc) { print "DIM: DIM\n"; } elsif (/\G\s*IF\b/gc) { pri