diff --git a/Tips-and-tricks.md b/Tips-and-tricks.md index 031df24..66d8040 100644 --- a/Tips-and-tricks.md +++ b/Tips-and-tricks.md @@ -29,4 +29,10 @@ when isMainModule: ## How do I echo in a ``{.noSideEffect.}`` proc? -You can use ``debugEcho`` for this. \ No newline at end of file +You can use ``debugEcho`` for this. + +## Language details + +#### Shallow vs. DeepCopy + +* https://forum.nim-lang.org/t/2665#16487 \ No newline at end of file