4 lines
66 B
Scheme
4 lines
66 B
Scheme
(display "the numberr is ... ")
|
|
(display (+ 5 (* 3 4)))
|
|
(newline)
|
(display "the numberr is ... ")
|
|
(display (+ 5 (* 3 4)))
|
|
(newline)
|