Learning Pilog - 5: Lists
Today we will talk about an important data structure which is often used in Pilog programming: Lists.
This post is based on this tutorial.
What is a list in Pilog?
Basically, it's the same like in PicoLisp: A sequence of elements. Here are some exam...
picolisp-explored.com4 min read