mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-23 16:23:07 +02:00
All the SynTags.
This commit is contained in:
@@ -268,6 +268,7 @@ function slice(list,start=0,end=-1) =
|
||||
)
|
||||
[if (start<=end && end>=0 && start<=l) for (i=[max(start,0):1:min(end,l-1)]) list[i]];
|
||||
|
||||
|
||||
// Function: last()
|
||||
// Synopsis: Returns the last item of a list.
|
||||
// Topics: List Handling
|
||||
|
Reference in New Issue
Block a user