summaryrefslogtreecommitdiff
path: root/260/CH1/EX1.6/1_06.sce
diff options
context:
space:
mode:
Diffstat (limited to '260/CH1/EX1.6/1_06.sce')
-rw-r--r--260/CH1/EX1.6/1_06.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/260/CH1/EX1.6/1_06.sce b/260/CH1/EX1.6/1_06.sce
new file mode 100644
index 000000000..cf402cab5
--- /dev/null
+++ b/260/CH1/EX1.6/1_06.sce
@@ -0,0 +1,6 @@
+//Example 1.6
+//Pg No. 18
+choice = 'a'
+while choice ~= 'T'
+ choice = input('Type T and press enter to terminate')
+end \ No newline at end of file