Adjust the name

This commit is contained in:
flaviut 2014-10-11 15:44:59 -07:00
parent d285e8a69d
commit 0a8e99f0be
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# WIP (really unfinished)
**WIP**
-----------------
Virtually all programming languages use whitespace as part of their syntax. Many only as a token separator. Whitespace by itself is invisible, and you can't differentiate a tab from a space without editor highlighting or differentiation. Despite this, whitespace has very visible effects on the code around it and, even when not strictly required by a language's syntax, programmers still use it to make code readable. Whitespace in nimrod is only used as part of syntax in those cases.