Also, for functions with multiple arguments such as foo("a"~"asdf", 3 + 6); It would be nice to show the arguments evaluated so we know what is going in to them rather than having to guess or use templates. So the display string might show foo("aasdf", 9) = 4 Thanks.