|
LibreLogo.xhp title help.text
|
LibreLogo Toolbar
|
|
|
LibreLogo.xhp bm1 help.text
|
<bookmark_value>LibreLogo</bookmark_value><bookmark_value>Logo</bookmark_value><bookmark_value>Turtle graphics</bookmark_value>
|
|
|
LibreLogo.xhp hd_170 help.text
|
LibreLogo
|
|
|
LibreLogo.xhp par_180 help.text
|
LibreLogo is a simple, localized, Logo-like programming environment with turtle vector graphics for teaching of computing (programming and word processing), DTP and graphic design. See <link href="http://www.numbertext.org/logo/librelogo.pdf">http://www.numbertext.org/logo/librelogo.pdf</link>.
|
|
|
LibreLogo.xhp hd_220 help.text
|
LibreLogo toolbar
|
|
|
LibreLogo.xhp par_230 help.text
|
The LibreLogo toolbar (<item type="menuitem">View - Toolbars - Logo</item>) contains turtle moving, program start, stop, home, clear screen, program editor/syntax highlighting/translating icons and an input bar (command line).
|
|
|
LibreLogo.xhp hd_240 help.text
|
Turtle moving icons
|
|
|
LibreLogo.xhp par_250 help.text
|
They are equivalents of the Logo commands “FORWARD 10”, “BACK 10”, “LEFT 15”, “RIGHT 15”. Clicking on one of the icons will also focus the turtle shape scrolling the page to its position.
|
|
|
LibreLogo.xhp hd_280 help.text
|
Start Logo program
|
|
|
LibreLogo.xhp par_290 help.text
|
Click on the icon “Start Logo program” to execute the text (or only the selected) text of the Writer document as a LibreLogo program. In an empty document an example program will be inserted and executed.
|
|
|
LibreLogo.xhp par_300 help.text
|
Click on the icon “Stop” to stop the program execution.
|
|
|
LibreLogo.xhp hd_310 help.text
|
Home
|
|
|
LibreLogo.xhp par_320 help.text
|
Click on the icon “Home” to reset the position and settings of the turtle.
|
|
|
LibreLogo.xhp hd_330 help.text
|
Clear screen
|
|
|
LibreLogo.xhp par_340 help.text
|
Click on the icon “Clear screen” to remove the drawing objects of the document.
|
|
|
LibreLogo.xhp hd_344 help.text
|
Program editor/Syntax highlighting/Translating
|
|
|
LibreLogo.xhp par_345 help.text
|
The “magic wand” icon sets 2-page layout for program editing, expands and converts to uppercase the abbreviated, lowercase Logo commands in the Writer document. Change the language of the document (<switchinline select="sys"><caseinline select="MAC"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages - Western</menuitem>) and click on this icon to translate the Logo program to the selected language.
|
|
|
LibreLogo.xhp hd_350 help.text
|
Command line
|
|
|
LibreLogo.xhp par_360 help.text
|
Hit Enter in the command line to execute its content. To stop the program use the icon “Stop”.
|
|
|
LibreLogo.xhp par_370 help.text
|
Hold down the Enter to repeat the command line, for example, on the following command sequence:
|
|