Jump to content

Interactive programming (repl): Difference between revisions

Update Lang example: Fix spelling of Lang and update content
(Update Lang example: Fix spelling of Lang and update content)
Line 782:
=={{header|Lang}}==
This example works with the LangShell from the Standard Lang implementation.
The lang shellLangShell can be started with (The LangShell does not run in the OS's shell, it will open a separate window):
<syntaxhighlight lang="shell">
$ lang -startShell
</syntaxhighlight>
<syntaxhighlight lang="lang">
Lang-Shell - Press CTRL + C for cancelling execution or for exiting!
• Copy with (CTRL + SHIFT + C) and paste with (CTRL + SHIT + V)
• Press CTRL + SHIFT + S for openingsaving all inputs theto speciala char.lang inputfile window(Save)
• Press CTRL + SHIFT + S for saving all inputs to a .lang file (Save As...)
• Press CTRL + I for opening the special char input window
• Press CTRL + SHIFT + F for opening a file chooser to insert file paths
• Press UP and DOWN for scrolling through the history
• Press TAB and SHIFT + TAB for scrolling trough auto complete texts
Line 805 ⟶ 807:
Lang-Shell - Press CTRL + C for cancelling execution or for exiting!
• Copy with (CTRL + SHIFT + C) and paste with (CTRL + SHIT + V)
• Press CTRL + SHIFT + S for openingsaving all inputs theto speciala char.lang inputfile window(Save)
• Press CTRL + SHIFT + S for saving all inputs to a .lang file (Save As...)
• Press CTRL + I for opening the special char input window
• Press CTRL + SHIFT + F for opening a file chooser to insert file paths
• Press UP and DOWN for scrolling through the history
• Press TAB and SHIFT + TAB for scrolling trough auto complete texts
168

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.