mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 10:06:48 -07:00
5 lines
46 B
Tcl
5 lines
46 B
Tcl
proc square {x} {
|
|
* $x $x
|
|
}
|
|
|
|
puts [square 5]
|