a=5
b=3
if pid==1
{
	c=a/b
	println c
}

if pid==2
{
	d=5.3
	nothing
	println d
}