isFBSD
Returns 1 (true) if operative system in use is FreeBSD.
Syntax:
variable
= isFBSD
Example:
if
isFBSD
then
print("Wow, I'm running on a freeBSD!!!")
end if