Answers for "function in expect script"

0

function in expect script

proc do_something { a b c } {
    puts "You should buy some $a, $b, and $c!\n"
}
Posted by: Guest on February-10-2020

Browse Popular Code Answers by Language