Corrections

This commit is contained in:
jusax23 2022-05-15 22:33:38 +02:00
parent 981b014f37
commit 40e726779a

View file

@ -24,7 +24,7 @@ Recently I was wondering if it is possible to run a program from the pico's ram.
- float - float
- bool - bool
### Calculation ### Calculations
```lisp ```lisp
(+ a b) (+ a b)
(+ a b c) ;... (+ a b c) ;...