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