代码搜索:Switch

找到约 10,000 项符合「Switch」的源代码

代码结果 10,000
www.eeworm.com/read/284131/8962110

switch

www.eeworm.com/read/164792/10087249

switch

www.eeworm.com/read/359468/10144242

switch

www.eeworm.com/read/470361/6919341

switch

www.eeworm.com/read/141258/13027613

switch

www.eeworm.com/read/137956/5817903

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;
www.eeworm.com/read/123951/6056741

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
www.eeworm.com/read/118104/14887763

switch

www.eeworm.com/read/27057/976495

switch

www.eeworm.com/read/321483/3535754

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