mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-27 18:48:15 +00:00
Update lists.scad
This commit is contained in:
parent
c97f2e52c8
commit
e267095eaf
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
// FileFootnotes: STD=Included in std.scad
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
_BOSL2_LISTS = is_undef(_BOSL2_STD) && (is_undef(BOSL2_NO_STD_WARNING) || !BOSL2_NO_STD_WARNING) ?
|
||||
echo("Warning: lists.scad included without std.scad; dependencies may be missing\nSet BOSL2_NO_STD_WARNING = true to mute this warning.") true : true;
|
||||
|
||||
|
||||
// Terminology:
|
||||
// **List** = An ordered collection of zero or more arbitrary items. ie: `["a", "b", "c"]`, or `[3, "a", [4,5]]`
|
||||
// **Vector** = A list of numbers. ie: `[4, 5, 6]`
|
||||
|
|
|
|||
Loading…
Reference in a new issue