Bonus Marks
- › Create builtin logical operators or
||
, and&&
and not!
and add them to the language. - › Define a recursive Lisp function that returns the
nth
item of that list. - › Define a recursive Lisp function that returns
1
if an element is a member of a list, otherwise0
. - › Define a Lisp function that returns the last element of a list.
- › Define in Lisp logical operator functions such as
or
,and
andnot
. - › Add a specific boolean type to the language with the builtin variables
true
andfalse
.
当前内容版权归 orangeduck 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 orangeduck .