Character Page -  

SPACE

Outside of literals, spaces do not carry any special meaning. However, they can make your code more readable (but less golfy, of course) and separate tokens - for example, 12 is the number literal twelve, and 1 2 is two literals, one and two.