Terminal control/Clear the screen: Difference between revisions

clerification: (works fine in version 7, and also worked in version 5, 4, ... but only if using right executable)
(clerification: (works fine in version 7, and also worked in version 5, 4, ... but only if using right executable))
Line 29:
=={{header|J}}==
 
Note: this is specific the java based J ide (currently, the Qt based J ide in the version 7 beta does not support this mechanism, nor does the browser based J ide in the version 7 beta, and historically J has had several other implementations that do not support this mechanism).
Note: this is specific to J version 6 and assumes you are using the J ide.
 
<lang j>smwrite_jijs_ ''</lang>
 
=={{header|Lua}}==
<lang lua>os.execute( "clear" )</lang>
6,962

edits