<%= if Sys.os_type = "Unix" then "Hello world!" else "gtfo" %>
% List.iter (fun s ->
<%= s %>
% ) ["hello"; "from"; "list"];
<%=raw "
Goodbye
" %>