shouldn't the public class function za_warudo() be called as
dio::za_warudo()
as opposed to
dio.za_warudo()
If not, tell me why not so i can further my knowledge :)
Name:
Anonymous2006-06-23 18:08
in SMATINY (http://esolangs.org/wiki/SMATINY): 1. Swap 42 with 72.
2. Swap 2 with 71.
33. Swap 32 with 87.
34. Swap 111 with 255.
35. Swap 253 with 102.
36. Swap 254 with 34.
41. Swap 41 with 86.
42. Output this block's position.
73. Swap 73 with 99.
88. Swap 87 with 111.
89. Swap 95 with 112.
90. Swap 96 with 115.
91. Swap 97 with 109.
92. Swap 98 with 101.
93. Swap 251 with 117.
94. Swap 94 with 110.
95. Swap 111 with 114.
96. Swap 114 with 108.
97. Swap 108 with 100.
98. Swap 100 with 33.
105. Swap 72 with 101.
110. Swap 105 with 150.
117. Swap 117 with 99.
118. Swap 250 with 109.
120. Swap 120 with 107.
121. Swap 108 with 111
150. Swap 101 with 108.
160. Swap 108 with 32.
161. Swap 161 with 31.
250. Swap 108 with 111.
251. Swap 117 with 107.
252. Swap 110 with 99.
253. Swap 102 with 32
254. Swap 34 with 260
255. Swap 252 with 110
>>36
:: operator is only used for static member functions and namespaces.
For the record, it should be dio->warudo(), since dio (should be) is a pointer to a wryy object.
Name:
Anonymous2006-06-24 1:32
>>22
It's funny that the assembly language version of Hello World (>>2) is shorter than the Java version
Name:
Anonymous2006-06-24 7:59
>>40
>It's funny that the assembly language version of Hello World (>>2)
>>56
Certainly. But DOM sucks and I escape from it as soon as I can get through.
Name:
Anonymous2006-06-26 8:58
>>56
wrong! You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes). document.getElementsByTagName("BODY").item(0).appendChild(document.createElement("P")).appendChild(document.createTextNode("Hello World!"));
Name:
Anonymous2006-06-26 9:01
Lol blOOatware
Name:
Anonymous2006-06-26 17:56
Gr34t l33tN3$$?
M3h...
iT 41n't s0 7rIckY.
l33t sP33k is U8er keWl 4nD eA5y wehn u 7hink 1t tHr0uGh.
1f u w4nn4be UB3R-l33t u d3f1n1t3lY w4nt in 0n a b4d4sS h4xX0r1ng s1tE!!! ;p
w4r3Z c0ll3cT10n2 r 7eh l3Et3r!
Qu4k3 cL4nS r 7eh bE5t tH1ng 1n teh 3nTIr3 w0rlD!!!
g4m3s wh3r3 u g3t to 5h00t ppl r 70tAl1_y w1cK1d!!
I'M teh fr4GM4stEr aN I'lL t0t41_1Ly wIpE teh phr34k1ng fL00r ***j3d1 5tYlE***
wItH y0uR h1dE!!!! L0L0L0L!
t3lEphR4gG1nG l4m3rs wit mY m8tes r34lLy k1kK$ A$$
l33t hAxX0r$ CrE4t3 u8er- k3wL 5tUff lIkE n34t pR0gR4mm1nG lAnguidGe$...
s0m3tIm3$ teh l4nGu4gES l00k jUst l1k3 rE41_ 0neS 7o mAkE ppl Th1nk th3y'r3
ju$t n0rMal lEE7 5pEEk but th3y're 5ecRetLy c0dE!!!!
n080DY unDer5tAnD$ l33t SpEaK 4p4rT fr0m j3d1!!!!!
50mE kId 0n A me$$4gEb04rD m1ghT 8E a r0xX0r1nG hAxX0r wH0 w4nT2 t0 bR34k
5tuFf, 0r mAyb3 ju5t sh0w 7eh wAy5 l33t ppl cAn 8E m0re lIkE y0d4!!!
hE i5 teh u8ER!!!!
1t m1ght 8E 5omE v1rus 0r a Pl4ySt4tI0n ch34t c0dE.
1t 3v3n MiTe jUs7 s4y "H3LL0 W0RLD!!!" u ju5t cAn'T gu3s5.
tH3r3's n3v3r anY p0iNt l00KiNg sC3pT1c4l c0s th4t, be1_1Ev3 iT 0r n0t, 1s
whAt th1s 1s!!!!!
>>55
YOU ARE A DUMBASS
THAT WOULD PRINT HELLO WORLD BACKWARDS AS YOU ARE NOT INC'ING THROUGH THE TEXT BUT DEC'ING
YOU DUMBFUCK
FURTHERMORE, SINCE THE LABEL hworld APPEARS BEFORE THE RTS INSTRUCTION, THE RTS OPCODE WILL BE INCLUDED IN THE DISPLAY DATA
AND NOT USING ZERO TERMINATED STRINGS IN CASE YOU CHANGE THE LENGTH OF THE STRING IS PURE HORSECOCKERY
GB2/BASIC+JAVA ENTERPRISE/EMACS/ETC
public class HelloWorld extends JFrame implements ActionListener {
private JButton dio;
public static void main (String args[]) {
HelloWorld zawarudo = new HelloWorld();
zawarudo.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
public HelloWorld() {
super("Hello World!");
Container world = getContentPane();
world.setLayout(new FlowLayout(FlowLayout.CENTER));
dio = new JButton("WRYYY");
dio.addActionListener(this);
dio.setMnemonic(KeyEvent.VK_W);
world.add(dio);
setSize(250, 100);
setVisible(true);
}
new function main (
new myConsole consoleIO(console(createNew)).
new helloString string(string(createNew <- 'Hello World!')).
myConsole(outputString <- helloString).
myConsole(outputByte <- consoleIO(endOfLineCharacter)).
return.
).