|
|
|
|
Posted 2008-12-13, 02:48 PM
in reply to Jessifer's post starting "Meijer is providing its employees with..."
|
|
|
|
BASIC.PHP v0.4.0 is finally ready! I hope there aren't too many bugs in it.
NOTE: I don't think I've written anything on BASIC.PHP here on Zel. BASIC.PHP's name is a parody of MS .NET names for things like VB.NET and C++.NET. BASIC.PHP is a language I created so that people who have used BASIC could program in a BASIC-esque manor and not have to learn php right away to help in a project of mine. The mime type of this file is .bphp.
Example -
class getu
func x : @a
@a += 2
if : @a > 4
@a = 5
end
return @a
end
end
if : getu::x|2| > getu::x|3|
print "Wha?"
else
print "Hello!"
end
Output -
<?php
class getu {
function x( $a) {
$a += 2;
if ( $a > 4) {
$a = 5;
}
return $a;
}
}
if (getu::x(2) > getu::x(3)) {
echo"Wha?";
}
else {
echo"Hello!";
}
?>
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。
I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.
Speed Test
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl
Anime List
|
|
|
|
|
|
|
|
|
|
|