mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-24 21:41:33 +02:00
1 line
68 B
OpenSCAD
1 line
68 B
OpenSCAD
function __is_vector(value) = !(value >= "") && len(value) != undef; |