Registriert seit: 4. Dez 2003
Ort: Cottbus
2.094 Beiträge
|
AW: Einen guten Rutsch in ein erfolgreiches neues Jahr
1. Jan 2011, 23:49
1. print "Frohes neues Jahr"
2. printf("Frohes neues Jahr");
3. cout << "Frohes neues Jahr" << endl;
4. Writeln('Frohes neues Jahr');
5. echo Frohes neues Jahr
5. <p>Frohes neues Jahr</p>
7. echo "Frohes neues Jahr";
8. MsgBox "Frohes neues Jahr"
9. System.out.println("Frohes neues Jahr");
10.
Code:
<? xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
creationComplete="initApp()">
<mx:Script>
<![CDATA[
import mx.controls.Alert;
public function initApp():void
{
Alert.show("Message 1");
Alert.show("Message 2");
}
]]>
</mx:Script>
</mx:Application>
1. BASIC
2. C
3. C++
4. Pascal
5. Batch
6. HTML
7. PHP
8. VB
9. Java
10. ActionScript
Bin auf die Auflösung gespannt
Intellekt ist das Verstehen von Wissen. Verstehen ist der wahre Pfad zu Einsicht. Einsicht ist der Schlüssel zu allem.
|