How should I escape visitor text in HTML?I am printing a request parameter into a page. Which helper should I use?
How do I include a shared header without losing local variables?I set a page title before including a shared header. Should the header be able to read it?
What is the correct Lasso shorthand conditional syntax?I keep writing condition ? a : b out of habit. What does Lasso use?
Why does math_random take the upper bound first?The positional form feels backwards. What should portable code do?