diff options
author | Poor Yorick <com.github.pooryorick.learnsinyminutes@pooryorick.com> | 2015-01-01 21:48:42 -0700 |
---|---|---|
committer | Poor Yorick <com.github.pooryorick.learnsinyminutes@pooryorick.com> | 2015-01-01 21:48:42 -0700 |
commit | 335d618b1a7ef1793ba30402101c58438bd44603 (patch) | |
tree | cb9a6aca809d45796607abdebfd70f9828a635e4 /tcl.html.markdown | |
parent | a7dc8b2f4c349d00754d346c78672844523b42ba (diff) |
add reference
Diffstat (limited to 'tcl.html.markdown')
-rwxr-xr-x | tcl.html.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown index 32619b7c..ddf53fe9 100755 --- a/tcl.html.markdown +++ b/tcl.html.markdown @@ -2,7 +2,6 @@ language: Tcl
contributors:
- ["Poor Yorick", "http://pooryorick.com/"]
-filename: learntcl
---
Tcl was created by [John Ousterhout](http://wiki.tcl.tk/John Ousterout) as a
@@ -369,4 +368,10 @@ proc while {condition script} { }
```
+## Reference
+[Official Tcl Documentation](http://www.tcl.tk/man/tcl/)
+
+[Tcl Wiki](http://wiki.tcl.tk)
+
+[Tcl Subreddit](http://www.reddit.com/r/Tcl)
|