Pico.pco)
{ Pico():
{ make_global();
display('start Pico', eoln);
entry: accept();
while(not(entry = ''),
{ display(eoln);
print(eval(read(entry)));
display(eoln);
entry:= accept() });
display(eoln, 'end Pico') };
Pico() }
This page was made (with lots of hard work!) by Wolfgang De Meuter