ini


initialisation

aba       alias
debug
edit
error
func
history
ini
message
multiple
no
precision
puls
rand
STOP        system
time        type
var
yes

ini aba

Pops all commands stacked abandoning them.

ini alias

Removes all alias.

ini debug

gives states debug compile, a href="debug.0.htm#exec">debug exec and debug link the value 0.

ini edit

Resets the terminal dimensions (rows and columns) to their default values (editable in enva.h).

ini error

Empty the buffer errors, to do after each error.

ini func

Removes all fonctions.

ini history

Destroyes all the command lines stored by history.

ini ini

Initializes all yes, all no, all commandes to their default values, and all debug at 0.

ini message

Removes all the messages.

Initialisation multiple

ini com1 com2 ... comn

Is equivalent to:
       ini com1;ini com2;... ini comn;

ini no

Initializes all no to default values.

ini precision

Restores the default 0.1 to precision.

ini puls

Removes all timers puls.

ini rand

Gives a new germ value for the rand function.

ini STOP

Removes all breakpoints debug.

ini system

Initializes the stack pointer to top of stack.
Note: Do only if bug.

ini time

Initializes the clock.
ini time(t): Initializes the clock to t.

ini time(25);wait(1);$time;
       prints 25 after 1 seconde.
ini time(100);wait(2);$time;
       prints 200 after 2 secondes.

ini type

Removes all types.

ini var

Removes all externals.

ini yes

Initializes all yes to default values.