werl
werl
Command
werl
Command summary
The Erlang Emulator
Description
On Windows, the preferred way to start the Erlang system for interactive use is as follows:
werl <arguments>
This starts Erlang in its own window, with fully functioning command-line editing and scrollbars. All flags except -oldshell
work as they do for erl(1)
.
-
To copy text to the clipboard, use
Ctrl-C
. -
To paste text, use
Ctrl-V
. -
To interrupt the runtime system or the shell process (depending on what has been specified with system flag
+B
), useCtrl-Break
.
In cases where you want to