vault backup: 2023-10-11 11:15:17

This commit is contained in:
2023-10-11 11:15:17 +02:00
parent ae5df0e055
commit a8020ec998

View File

@ -1 +1,2 @@
List is the most fundamental data type. Is a sequencial argument, is a final sequence of element. List is the most fundamental data type. Is a sequencial argument, is a final sequence of element. It is no possible to have more than one element per box.
There is two different way to declare a list, the recursive one and the iterative one.