Duplicate node names #164
Answered
by
zkat
swift2plunder
asked this question in
Q&A
-
|
Lua has this idiom: Entry{"Donald E. Knuth",
"Literate Programming",
"CSLI",
1992}
Entry{"Jon Bentley",
"More Programming Pearls",
"Addison-Wesley",
1990}
So: Entry "Donald E. Knuth" "Literate Programming" "CSLI" 1992 Entry "Jon Bentley" "More Programming Pearls" "Addison-Wesley" 1990 Is that correct KDL? |
Beta Was this translation helpful? Give feedback.
Answered by
zkat
Sep 16, 2021
Replies: 1 comment 2 replies
-
|
Absolutely! In fact, that's very idiomatic KDL! I would probably actually change some of those arguments to be properties instead, but at that point, it's a matter of taste (and practicality). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
swift2plunder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely! In fact, that's very idiomatic KDL!
I would probably actually change some of those arguments to be properties instead, but at that point, it's a matter of taste (and practicality).