cmdr
Artifact [3777686aec]
Not logged in

Artifact 3777686aec99c27ac8feb312c4736b8b347f1660:


#!/usr/bin/env tclsh
# -*- tcl -*-
package require Tcl 8.5
package require cmdr::ask

puts [cmdr ask yn {Is this ok ?}]
puts [cmdr ask yn {Really ?} no]

exit