Info logo
Encyclopedia

  

Space (punctuation)

Home :: Up
Google
www.fastload.org

Space (punctuation)

A space is a punctuation convention for providing interword separation in some scripts, including the Latin, Cyrillic, and Arabic. Not all languages use spaces between words; the ancient Latin and Greek did not, nor does the modern Chinese.

Spaces were not used to separate words until roughly 600-800 AD. (See interword separation for more on the history.)


In computer programming, the space corresponds to Unicode and ASCII character 32, or 0x0020.

In programming language syntax, spaces are frequently used to explicitly separate tokens[?]. Aside from this use, spaces and other whitespace are usually ignored by most modern programming languages; Python is one exception.

In word processors and text editors, if a line on a screen is shorter than the width of the screen or window, then the empty space to the right usually doesn't correspond with space characters in the file: there is simply a code indicating that the next text should be put on a new line. Thus, the size of the file isn't made unnecessarily larger. If there are space characters, one usually doesn't see the difference; text editors and word processors often have an option to make them visible. Also, if there is a space character, the cursor can move there, otherwise usually not.


Try putting this code snipplet on your page

This article is licensed under the GNU Free Documentation License.
You may copy and modify it as long as the entire work (including additions) remains under this license.
To view or edit this article at Wikipedia, follow this link.