Parsing test

<%! String Parse(String str) { return "" + str + ""; } %> <%= Parse("color") %>