# I also like having this snippet:```nim # import std/macros # macro typedTree(body: typed) = # result = body # echo result.treeRepr```