Add TODO item

This commit is contained in:
Sei Lisa 2015-03-28 23:31:11 +01:00
parent c154d5eb0d
commit b8a7e88f1a

View file

@ -2568,6 +2568,8 @@ list lazy_list_set(list L, integer i, list v)
f.close()
# Load the side-effect-free table as well.
# TODO: Transform the SEF Table into a function properties table
# that includes domain data (min, max).
f = open(lslcommon.DataPath + 'seftable.txt', 'rb')
try:
while True: