summaryrefslogtreecommitdiffstats
path: root/2024/tcl/templ.tcl
blob: fae08424f07529d394e29f797a6c3bfab1b05770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/env tclsh

source lib.tcl
setup ?

puts {Part 1: }

foreach line $input {
}

puts "1: $"

puts ""
puts {Part 2: }

puts "2: $"