PyHP Manual
Previous:
2.1 Code Sections
Up:
2. Basic PyHP
Next:
2.3 Comments
2.2 Statements
Statements are a single Python statement enclosed between ``
<%=
'' and ``
%>
''. The return value of a statement is printed in the body. The code ``"
This is a <%= 'test' %>
"'' will produce the output ``This is a test''.
PyHP Manual
Previous:
2.1 Code Sections
Up:
2. Basic PyHP
Next:
2.3 Comments