print "You are using a "; if ostype() = 0 then print "windows"; else print "unix/linux"; end if print " machine."
You are using a unix/linux machine.