Update example output comments

Add `Output` comments to the example files to reflect the actual output
of the programs. This helps with verifying correctness and understanding
example behavior.
This commit is contained in:
Michael Schimmel
2026-03-02 23:46:44 +01:00
parent 2eb7a2e136
commit a18642fd7b
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
;; Benchmark: 92ns
;; Benchmark-Repeat: 21507
;; Output: 31.41592653589793
(do
(def area (fn [x] (* PI x)))
(area 10)