Added support for TCL

Fixed newline issue
This commit is contained in:
Xiaopong Tran 2018-12-10 09:57:46 -05:00
parent d2f145bc00
commit b113ef91bd

4
e.tcl Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/tclsh
while { true } {
puts -nonewline "e"
}