Two new functions are pie and fillpie.
screen (800,600,0,"New features")
backcolour (100,25,25)
loadmonofont ("Fonts/MS Sans Serif Regular 12.bmp")
cls()
colour (0,120,0)
fillpie (400,300,200,12,39)
colour (255,255,0)
fillpie (400,300,200,39,12)
colour (0,0,0)
monotext (280,150,"I am not a Pacman but a Pie chart")
monotext (280,180,"functions pie(x,y,rad,start,end) ")
monotext (280,195,"and fillpie are implemented")
colour (255,255,255)
monotext (10,10,"int [works like trunc], round, floor and ceil are now implemented")
sync()
inkey()
closewindow()