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

source lib.tcl
setup ?

puts {Part 1: }

foreach line $input {
}

close $input

puts "1: $"

puts ""
puts {Part 2: }

puts "2: $"