1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

add reference

This commit is contained in:
Poor Yorick
2015-01-01 21:48:42 -07:00
parent a7dc8b2f4c
commit 335d618b1a

View File

@@ -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)