| Code: |
| <%@ page language="java" %>
<% main_block: { // DOUBLECLICK HERE: nothing happens if (true) { // DOUBLECLICK HERE: it selects too much // ===> !!! if (false) { // DOUBLECLICK HERE: !!! it selects something: wrong !!! } // DOUBLECLICK HERE: it selects not enough } // DOUBLECLICK HERE: it selects not enough %> |