This commit is contained in:
2021-04-25 08:57:17 -04:00
parent 1fdb733d0c
commit 335d011db8
62 changed files with 88 additions and 81 deletions

View File

@@ -1,4 +1,7 @@
(display "ex-1.1 - solutions in comments\n")
(display "ex-1.1 - basic-operations\n")
(display "[see comments]\n")
; 10 -> 10
; (+ 5 3 4) -> 12
; (- 9 1) -> 8
@@ -18,6 +21,7 @@
; (else -1))
; (+ a 1)) ->
(display "\nex-1.2 - ")
(display (/ (+ 5 4 (- 2 (- 3 (+ 6 (/ 4 5)))))
(* 3 (- 6 2) (- 2 7))))