Created
June 4, 2010 11:31
-
-
Save gfx/425305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { lang => "Xslate" }を与えたとして、以下のテンプレートは何を出力するべきか | |
| [% FOR item IN [1] %] | |
| [%- SET lang = "TTerse" -%] | |
| Hello, [% lang %] world! | |
| [% END -%] | |
| Hello, [% lang %] world! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment