aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode/unless_else.lua
blob: 38b2e6367c27ba6ac69bc7a5f7f2ffe8ed246974 (plain)
1
2
3
4
5
6
7
if _u53d8_u91cfa then
	if not _u53d8_u91cfb then
		return _u6253_u5370("嗨")
	elseif _u53d8_u91cfc then
		return _u6253_u5370("不嗨")
	end
end