mirror of
https://github.com/dragonheim/gagent.git
synced 2025-02-23 05:49:53 -08:00
5 lines
46 B
Tcl
5 lines
46 B
Tcl
proc square {x} {
|
|
* $x $x
|
|
}
|
|
|
|
puts [square 5]
|