1 level: beginner |
essai()
.
HELP()
,
the function F5 (which is a call back
called each image) displays the Help variable (initialized in the function generate_menu())
when the function HEL est active.
EXIT()
which stops the program (kill anyfloby exit).
exit
to exit.
ball(1);screen;displ vol;
ball(1)secy(8);screen;yes illum;displ vol;
essai_1()
|
read func "essai_1";
essai_1();
ball(1)secy(8);screen;yes illum;displ vol;
essai_2(n)
|
read func "essai_2";
essai_2();
The ball has 6 sections y (default parameter n of essai_1 function ()).
essai_2(12);
essai_3(r,n)
{
|
read func "essai_3";
essai_3();
The ball radius r=100 (default value of parameter r) of 6 sections y (default value of
parameter n) is displayed.
essai_3(200,12);
The ball radius r=200 of 12 sections y is displayed.