yes
microsoft logo in computer
no we can't
It is called "Edall" and you do Edall on it.
TELL ME THE ANSWER
px for [x 1 1000000] [fd :x rt 90]
No. I do not want kiss computer.
MSWLogo is an educational programming environment based on the Logo programming language, designed primarily for teaching programming concepts to children. It features a turtle graphics system that allows users to create drawings by issuing commands to a virtual "turtle," making it engaging and visually intuitive. MSWLogo is widely used in schools to introduce programming concepts such as loops, procedures, and recursion in a fun and interactive manner. Its simple syntax and interactive interface make it accessible for beginners.
Yes, MSWLogo includes a command called ERASE that can be used to delete items from a list. For example, you can use it to remove specific elements from a list variable. However, it does not erase graphics or drawings on the screen; for that purpose, you would use the CLEARSCREEN command instead.
NO. I do not want it on my computer at all.
A decagon is a 10-sided polygon. To draw a regular decagon in MSWLogo, first create the following procedure: to decagon :n repeat 10 [fd :n rt 36] end Now invoke it: decagon 100 This creates a decagon with sides of length 100.
I want to print out my own w2 from my computer
In MSWLogo, commands are typed in the "Command Center," which is the main text input area typically located at the bottom of the window. You can enter commands directly into this area and press Enter to execute them. Additionally, you can also create and run procedures using the "Edit" menu or by writing scripts in the text editor.