i made a mistake to put this in as x and y
x = '(4 . 1) y = '(11 . 1)(kai:line x y)(kai:show) thrown an error
then I tried putting the correct data lists
'(1 2 3 4) '(5 6 7 8) as x and y for kai:line
now calling show throws the same error, and stack shows that the newest line call did not replace the previous faulty data
i made a mistake to put this in as x and y
x = '(4 . 1) y = '(11 . 1)
(kai:line x y)
(kai:show)
thrown an error then I tried putting the correct data lists'(1 2 3 4) '(5 6 7 8)
as x and y forkai:line
now callingshow
throws the same error, and stack shows that the newestline
call did not replace the previous faulty data