mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
add reference
This commit is contained in:
parent
a7dc8b2f4c
commit
335d618b1a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user