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

m
Fixed syntax highlighting.
m (add SMW link)
m (Fixed syntax highlighting.)
 
Line 5:
tclsh8.5 bf.tcl helloWorld.bf
<br clear=all>
===Interpreter Implementation===
{{works with|Tcl|8.5}}
<langsyntaxhighlight lang="tcl">package require Tcl 8.5
fconfigure stdout -buffering none
fconfigure stdin -buffering none
Line 56:
}
}
}</langsyntaxhighlight>
9,482

edits