Jump to content

Terminal control/Cursor positioning: Difference between revisions

Terminal control/Cursor positioning en FreeBASIC
m (→‎{{header|REXX}}: added wording to the REXX section header.)
(Terminal control/Cursor positioning en FreeBASIC)
Line 336:
q = WriteConsole(hConsole, loc("Hello"), 5, NULL, NULL)
end program</lang>
 
 
=={{header|FreeBASIC}}==
<lang freebasic>Locate 6, 3 : Print "Hello"
Sleep</lang>
 
 
=={{header|Go}}==
2,136

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.