BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 17 Aug 1984 07:40:33 +0000 (23:40 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 17 Aug 1984 07:40:33 +0000 (23:40 -0800)
Work on file usr/src/ucb/dbx/tests/pc/reals.in

Synthesized-from: CSRG/cd1/4.3

usr/src/ucb/dbx/tests/pc/reals.in [new file with mode: 0644]

diff --git a/usr/src/ucb/dbx/tests/pc/reals.in b/usr/src/ucb/dbx/tests/pc/reals.in
new file mode 100644 (file)
index 0000000..550d21d
--- /dev/null
@@ -0,0 +1,13 @@
+print 3+4
+print 3.5+4.5
+stop in program
+run
+next
+step
+print y
+print y + 2
+print 3.5*y
+stop in f
+cont
+where
+cont