[back] [prev] [next] [index] [root]

 


World

Returns some information on objects.

Syntax:

World (arg1, arg2, ...);

object 1
  arg1  
\vdots
  \vdots  
object n
  argn  

Description:

no detailed description available yet


Example:

Information on integers:

kash> i:=2^28;
268435456
kash> World(i);
Big integer: 268435456
kash> i:=2^28-1;
268435455
kash> World(i);
> Small integer:
268435455


<- back[back] [prev] [next] [index] [root]