6 ms·
I like the period idea. I will try it. Quotes are required around number literals to maintain consistency with string literals.
by maryrosecook 13y ago
I like the period idea. I will try it.
Quotes are required around number literals to maintain consistency with string literals.
- Nzen 13y agoI'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.