mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#356 switch 문법 개선 ('@break@default' => break; default:)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4343 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc7622fefc
commit
210775b6e9
1 changed files with 3 additions and 0 deletions
|
|
@ -185,6 +185,9 @@
|
|||
case 'default' :
|
||||
$output = 'default :';
|
||||
break;
|
||||
case 'break@default' :
|
||||
$output = 'break; default :';
|
||||
break;
|
||||
default :
|
||||
$suffix = '{';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue