print "Je gebruikt een "; if ostype() = 0 then print "windows"; else print "unix/linux"; end if print " machine."
Je gebruikt een unix/linux machine.