Hacker News new | ask | show | jobs
by maryrosecook 4711 days ago
I like the period idea. I will try it.

Quotes are required around number literals to maintain consistency with string literals.

1 comments

I'm partial to the advice to designate strings by the vertical bar instead of quotes. eg, write |Hello | input_name |. Nice to meet you|. This avoids the complication of escape formats until much later.