KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Fundamental Capstone Project Exercise 3.1 Re: Fundamental Capstone Project Exercise 3.1

  • kdbguru

    Member
    October 31, 2023 at 12:00 am

    What you are unintentionally doing is passing the list as a single argument. And so, it’s returning you back the projection of the aj function.

    You should be able to differentiate between () & []. While () is used for a list, [] is used to pass the arguments to a function and “;” is used as a separator for the parameters.