Closed eclectics closed 3 years ago
\" (car) isn't in the symbol list on l.313, so <" [1 2 3]> returns " undefined
Adding it to the symbol list and recompiling seems to work fine.
now it has this symbol: " for car, : for cdr. @" for setcar, @: for setcdr and it is compiled on the mac thanks.
\" (car) isn't in the symbol list on l.313, so <" [1 2 3]> returns " undefined
Adding it to the symbol list and recompiling seems to work fine.