Mirror
Mirror copied to clipboard
Printing dictionaries
The last function call's value is supposed to be printed. This works fine for numbers, strings, and lists.
However, it does not work for dictionaries. It prints [Object object] instead.