1.
Molt: More Or Less Tcl
1.1.
Tcl Compatibility
1.2.
Annotated Change Log
2.
Molt Command Line Tool
2.1.
molt shell
2.2.
molt test
2.2.1.
test
2.3.
molt bench
2.3.1.
benchmark
2.3.2.
measure
2.3.3.
ok
2.3.4.
ident
3.
Molt Command Reference
3.1.
append
3.2.
array
3.3.
assert_eq
3.4.
break
3.5.
catch
3.6.
continue
3.7.
dict
3.8.
error
3.9.
exit
3.10.
expr
3.11.
for
3.12.
foreach
3.13.
global
3.14.
if
3.15.
incr
3.16.
info
3.17.
join
3.18.
lindex
3.19.
list
3.20.
llength
3.21.
proc
3.22.
puts
3.23.
rename
3.24.
return
3.25.
set
3.26.
source
3.27.
string
3.28.
throw
3.29.
time
3.30.
unset
3.31.
while
4.
Extending and Embedding
4.1.
The Molt Value Type
4.2.
The MoltResult Type
4.3.
Defining Commands
4.4.
Evaluating Molt Code
4.5.
Custom Shell Applications
4.6.
Molt Library Crates
Light (default)
Rust
Coal
Navy
Ayu
The Molt Book
puts -- Print a string
Syntax: puts
string
Outputs the
string
to standard output.
TCL Liens
Does not support
-nonewline
Does not support
?channelId?