5 lines
148 B
Tcl
5 lines
148 B
Tcl
|
#!/usr/bin/tclsh
|
||
|
while { true } {
|
||
|
puts -nonewline "e"
|
||
|
}
|