1 2 3 4 5 6
//Example 1.6 //Pg No. 18 choice = 'a' while choice ~= 'T' choice = input('Type T and press enter to terminate') end