1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-24 21:41:33 +02:00
Files
dotSCAD/src/__private__/__is_vector.scad
Justin Lin 5d30d8f688 refactored
2017-05-07 10:13:14 +08:00

1 line
68 B
OpenSCAD

function __is_vector(value) = !(value >= "") && len(value) != undef;