
<hdml version="2.0" markable="true">
<choice title="Where are you from?">
	Where are you from?
	<ce task="gosub" dest="#japan">Japan
	<ce task="gosub" dest="#other">other country
</choice>
<display name="japan" title="日本">
	こんにちは！
</display>
<display name="other" title="other country">
	Hello!
</display>
</hdml>
