bge.c   [plain text]


foo (a)
     double a;
{
  if (a >= 0)
    return 1;
  return a;
}