summaryrefslogtreecommitdiff
path: root/260/CH1/EX1.6/1_06.sce
blob: cf402cab5577afc9a85351c9073021324f7bdd1e (plain)
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