diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-12 13:20:15 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-12 13:20:15 (GMT) |
commit | 572631746157766359a878c7b52d0c26ae731496 (patch) | |
tree | 4bdcfc0176a0cf4e455a78c6e35cf2ff706ce7c9 /doc | |
parent | 501fc8d3a3503c88b54d37ede5388ac81814a330 (diff) |
Support for if-else statements
git-svn-id: http://svn.clifford.at/openscad/trunk@436 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index a301d6e..246d771 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -95,6 +95,7 @@ o Language Frontend ignore all top level objects (they are used as module testcase) and search in a module search path. - allow 0/1 f/t FALSE/TRUE as boolean values + - allow any expression to be evaluated as boolean (e.g. 1 = true, 0 = false) o DXF Import - Support for POLYLINE entity - Support for SPLINE entity |