1 2 3 4 5 6 7 8 9
#include <iostream> int main() { int a=1,b=2; <%output> The transition like this - <% a %><% b %> should not glue 'ab' in the source together. Really. </%output> }