Skip to content

Instantly share code, notes, and snippets.

@violetyk
Created February 20, 2013 09:59
Show Gist options
  • Save violetyk/4994399 to your computer and use it in GitHub Desktop.
Save violetyk/4994399 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
switchのデリミタで最初のcaseを書かないとパースエラーになる
<? switch(true):
case 1: ?>
<? break; ?>
<? endswitch; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment