代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch
main()
{
int i; char *s;
for (s = "bfnrtvx"; *s; s++)
printf("%c = 0x%x\n", *s, backslash(*s));
f();
g();
h();
for (i = 0x1000000; i&0x7000000; i += 0x1000000)
big(i);
limit();
return 0;
switch
30
0 -1.400000 21.100000 0 1
1 40.099998 21.100000 0 1
2 40.099998 -18.000000 0 1
3 -1.400000 -18.000000 0 1
4 17.500000 15.300000 0 0
5 6.500000 15.300000 0 0
6 6.500000 -11.100000 0 0
7 31.5
switch
Check the lexical scoping of the switch keywords.
(The actual behaviour is tested in t/op/switch.t)
__END__
# No switch; given should be a bareword.
use warnings;
print STDOUT given;
EXPECT
Unquoted