Previous
|
Next
Common Tiny Scheme errors
Using
set!
rather than
let
or
let*
Not checking for null before using a list
Using
nil
(use
'()
instead)
Fractional numbers must start with 0:
0.5
, not
.5