5 lines
66 B
Tcl
5 lines
66 B
Tcl
# string
|
|
set j "4.3e11"
|
|
|
|
# prints j as string
|
|
puts stdout "j: $j"
|