|
NAMEwerl - The Erlang EmulatorDESCRIPTIONOn 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).
In cases where you want to redirect standard input and/or standard output or use Erlang in a pipeline, werl is not suitable, and the erl program is to be used instead. The werl window is in many ways modeled after the xterm window present on other platforms, as the xterm model fits well with line-oriented command-based interaction. This means that selecting text is line-oriented rather than rectangle-oriented.
Pasted text is inserted at the current prompt position and is interpreted by Erlang as usual keyboard input.
A drop-down box in the toolbar contains the command history. Selecting a command in the drop-down box inserts the command at the prompt, as if you used the keyboard to retrieve the command.
Visit the GSP FreeBSD Man Page Interface. |