case.tests

来自「android-w.song.android.widget」· TESTS 代码 · 共 19 行

TESTS
19
字号
case foo inbar)	echo skip ;;foo)	echo fallthrough ;&bax)	echo to here ;&qux)	echo and here;;fop)	echo but not here;;esaccase foobar inbar)	echo skip ;;foo*)	echo retest ;;&*bar)	echo and match ;;&qux)	echo but not this ;;esaccase a ina)	echo no more clauses;&esac

⌨️ 快捷键说明

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