Jump to content

Window creation: Difference between revisions

→‎{{header|TI-89 BASIC}}: we don't need to construct an entire dialog box just for this; Text will do fine
(→‎{{header|Pascal}}: add example)
(→‎{{header|TI-89 BASIC}}: we don't need to construct an entire dialog box just for this; Text will do fine)
Line 1,446:
=={{header|TI-89 BASIC}}==
 
<lang Titleti89b>:Text "Rosetta Code"</lang>
<pre style="font-family:'TI Uni'">Dialog
Title "Rosetta Code"
Text ""
EndDlog</pre>
 
=={{header|Toka}}==
4

edits

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