example: Fix the usage of tabulate.
This commit is contained in:
parent
78386dd5bf
commit
45b7604c51
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ tab
|
||||||
value of the function.
|
value of the function.
|
||||||
|
|
||||||
#+BEGIN_SRC racket :results table drawer
|
#+BEGIN_SRC racket :results table drawer
|
||||||
(tabulate (λ (x y) (+ x y)) '(1 2) '(0 2 4))
|
(tabulate (λ (x y) (+ x y)) '((1 2) (0 2 4)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
|
|
Loading…
Reference in a new issue