function "at" is undefined
Using the dot syntax for identifiers works (with a warning), but (@ a b) and (getprop a b) don't work, the functions are undefined. What am I doing wrong?
Hi David, You probably haven't imported the parenscript package; try (ps:at a b) and see if that works. Regards, Jason On Wed, 2022-12-14 at 15:16 -0500, David O'Toole wrote:
Using the dot syntax for identifiers works (with a warning), but (@ a b) and (getprop a b) don't work, the functions are undefined. What am I doing wrong?
Thanks, that seems to have been the issue :) On Wed, Dec 14, 2022 at 4:04 PM Jason Miller <jason@milr.com> wrote:
Hi David,
You probably haven't imported the parenscript package; try (ps:at a b) and see if that works.
Regards, Jason
On Wed, 2022-12-14 at 15:16 -0500, David O'Toole wrote:
Using the dot syntax for identifiers works (with a warning), but (@ a b) and (getprop a b) don't work, the functions are undefined. What am I doing wrong?
participants (2)
-
David O'Toole
-
Jason Miller