tweak to readme

This commit is contained in:
Kat Marchán 2024-11-28 22:37:31 -08:00
parent c81fa4d252
commit eddee3982c
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 2 deletions

View File

@ -158,11 +158,10 @@ node3 #"C:\Users\zkat\raw\string"#
You don't have to quote strings unless any the following apply: You don't have to quote strings unless any the following apply:
* The string contains whitespace. * The string contains whitespace.
* The string contains any of `[]{}()\/#";`. * The string contains any of `[]{}()\/#";=`.
* The string is one of `true`, `false`, `null`, `inf`, `-inf`, or `nan`. * The string is one of `true`, `false`, `null`, `inf`, `-inf`, or `nan`.
* The strings starts with a digit, or `+`/`-`/`.`/`-.`,`+.` and a digit. * The strings starts with a digit, or `+`/`-`/`.`/`-.`,`+.` and a digit.
(aka "looks like a number") (aka "looks like a number")
* The string contains an equals sign.
In essence, if it can get confused for other KDL or KQL syntax, it needs In essence, if it can get confused for other KDL or KQL syntax, it needs
quotes. quotes.