An open API service indexing awesome lists of open source software.

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

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)