Skip to content

Releases: matgorka/extcl

exTcl 0.1.1

29 May 15:44
Compare
Choose a tag to compare

New syntaxes for lpopl and lpopr

lpopl listVarName
lpopr listVarName
The returned value is one element of a list.

lpopl listVarName n
lpopr listVarName n
The returned value is a list of elements (even if n = 1).

exTcl 0.1

19 May 12:44
Compare
Choose a tag to compare

First version, implements the following commands:

lingjoin list word

getopt optOutputVarName opts ?arg...

lpopl listVarName ?n?

lpopr listVarName ?n?

ldelete list first last

ldelete! listVarName first last

lrange! listVarName first last

linsert! listVarName index ?element...