获取交互式 Julia 会话中最后一个命令的输出,如 Python 的下划线

Max*_*Max 2 julia

在命令行 Python 会话中,您可以使用下划线获取上一个表达式的输出:

> 5 * 6
30
> _ + 2
32
Run Code Online (Sandbox Code Playgroud)

朱莉娅有类似的东西吗?