Terminal control/Cursor positioning: Difference between revisions

m
No edit summary
Line 477:
label "Hello</syntaxhighlight>
=={{header|M2000 Interpreter}}==
M2000 has own console from M2000 Environment. Here we use a windows console, using Win32 Api.[[File:Consol63.png|thumb|alt=Console Example]]
[[File:Consol63.png|thumb|alt=Console Example]]
 
 
 
 
 
Line 545 ⟶ 549:
Call Void SetMode(M,binary.or(Retlong, ENABLE_VIRTUAL_TERMINAL_PROCESSING))
// Stop Blinking and set cursor (we can't see) to 3rd column and 6th row
// windowawindow's console origin is at 1,1
PrintConsole(StopBlinking$+EscXY$(3, 6))
// Print RetLong
Line 565 ⟶ 569:
End Sub
</syntaxhighlight>
 
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
404

edits