mirror of
https://github.com/dragonheim/gagent.git
synced 2025-07-12 15:28:15 -07:00
fix: Re-initializing after I destroyed the original repository.
This commit is contained in:
parent
5863999e8c
commit
8b54fc32c5
20 changed files with 1359 additions and 0 deletions
8
examples/add-two.tcl
Normal file
8
examples/add-two.tcl
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env tcl
|
||||
#
|
||||
#
|
||||
set val1 1
|
||||
set val2 2
|
||||
|
||||
set result [expr {val1 + val2}]
|
||||
puts result
|
Loading…
Add table
Add a link
Reference in a new issue