in Julia, im trying to check the type of a variable and i expected it to show both the type and the value like 'int 10'. but when i use typeof(x), it just shows the type, e.g., Int64. how can i display both the type and the value of a variable in the terminal?
[x]ordisplay([x])(when calling from a shell).