Closed farzadbekran closed 3 years ago
I chose to use backticks instead of double-quotes for quoted identifiers in order to disambiguate them from strings. Please take it for a spin and let me know what you think.
TutorialD (master/main): `سلام`:=relation{tuple{`دوست` "friend"}} TutorialD (master/main): :showexpr `سلام` ┌──────────┐ │دوست::Text│ ├──────────┤ │"friend" │ └──────────┘
Using backticks was a good idea. All seems fine on my end. Thanks!
I chose to use backticks instead of double-quotes for quoted identifiers in order to disambiguate them from strings. Please take it for a spin and let me know what you think.