<function>
<fname property="Normal Order / LEVEL: 0">
Switch
</fname>
<prototype>
LISP`

(Switch
	(Case integer-exp(condition)
		exp ...)
	(Case integer-exp(condition)
		exp ...)
	....
	)

XML `

<Switch>
	<Case> integer-exp(condition)
		exp ...
	</Case>
	<Case> integer-exp(condition)
		exp ...
	</Case>
	....
</Switch>
</prototype>
<prototype>
C֐錾
</prototype>
<explanation>
ŏCasevf珇Ԃɏ`FbNŏɐ^ɂȂvfexp]AŌexp̕]̌ʂԂB
</explanation>
</funciton>
