Skip to content

Commit fbc40a1

Browse files
committed
Add missing lremove proc
1 parent 9b462e7 commit fbc40a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ukaz.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ package provide ukaz 2.0a2
55
namespace eval ukaz {
66

77
variable ns [namespace current]
8+
##### General functions ###############
9+
proc lremove {list element} {
10+
lsearch -all -inline -not -exact $list $element
11+
}
812

913
##### Functions for geometric operations (clipping) ############
1014
namespace eval geometry {

0 commit comments

Comments
 (0)