Execute Brain****/Tcl: Difference between revisions

m
no edit summary
m (split paragraph for readability)
mNo edit summary
Line 4:
To use it, save it to a file (e.g., called “bf.tcl”) and run that against <tt>tclsh</tt> with either the name of the file containing the BF program or just input the program on stdin; the program will only begin execution after you do end-of-file (however that's done on your OS). For example:
tclsh8.5 bf.tcl helloWorld.bf
<br clear=all>
==Interpreter Implementation==
{{works with|Tcl|8.5}}
Anonymous user