Ensure you have Nim installed on your system.
Navigate to the project folder and execute the following command in your terminal:
./test.sh
- Utilizes S-expression syntax.
- Function names must be a single letter and uppercase.
- Functions are defined using square brackets
[]
and called using parentheses()
. - Function arguments correspond to lowercase letters
a-z
. - The built-in function
P
is used to print values. - Capable of recursively calculating and displaying the Fibonacci sequence.