lunedì 22 febbraio 2010

Hype/FORTRON code sample

Hype/Fortron Code samples:

BASIC


<::hype style='oddity' counter='1_to_ten'>
{ for ju in ju [ juju] } println ( !ju );



which produces ( "HELLO WORLD" )

ADVANCED STUFF

REST client
<::hype style='heavendity' counter='randomizer()'>
response = Fortron::getHttpClient::get("path");
response.parse(first.row);
out = response.normalize("toTable");


which produces ( "HELLO WORLD" )

Nessun commento:

Posta un commento