Julia: How to clear console

Clintus picture Clintus · Oct 24, 2014 · Viewed 16.2k times · Source

I am using Julia Studio and would like to know the command for clearing the console of text and memory like imports or variables? Something like matlabs "clc" and "clear" commands.

Answer

Isaiah Norton picture Isaiah Norton · Oct 24, 2014

There is a workspace() command in Julia 0.3 to do the equivalent of clear. Use Ctrl-l to clear the screen.

(note: Julia Studio is not maintained)