Exemple #1
0
int main (int argc, char *argv[]) 
{ 
  ILP_START_GC; 
  ILP_print(ilp_caught_program()); 
  ILP_newline(); 
  return EXIT_SUCCESS; 
} 
Exemple #2
0
ILP_Object ilp_program () 
{ 
{ 
  ILP_Object ilptmp110; 
{ 
  ILP_Object ilptmp111; 
  ILP_Object ilptmp112; 
ilptmp111 = ILP_Integer2ILP(4); 
ilptmp112 = ILP_Integer2ILP(5); 
ilptmp110 = ILP_LessThan(ilptmp111, ilptmp112);
} 
return ILP_print(ilptmp110);
}

} 
Exemple #3
0
ILP_Object ilp_program ()
{
return  ILP_print ( ILP_String2ILP("Ceci est une chaine") );
}