https://github.com/cirosantilli/tcl-cheat
Tcl information and cheatsheets
https://github.com/cirosantilli/tcl-cheat
Last synced: 3 months ago
JSON representation
Tcl information and cheatsheets
- Host: GitHub
- URL: https://github.com/cirosantilli/tcl-cheat
- Owner: cirosantilli
- Created: 2015-08-05T19:43:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T16:07:32.000Z (over 8 years ago)
- Last Synced: 2025-01-02T05:13:40.759Z (4 months ago)
- Language: Tcl
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tcl Cheat
1. [Introduction](introduction.md)
1. [Hello world](hello_world.tcl)
1. [set](set.tcl)
1. [eq](eq.tcl)
1. [String](string.tcl)
1. [expr](expr.tcl)
1. [proc](proc.tcl)
1. [list](list.tcl)
1. [if](if.tcl)