Function platform_linux()

← Back to Module core



Module core → platform_linux()

Description

Choose value based on your operating system is Linux or not

platform_linux(true_part, false_part)


Parameters


Return Value


Usage Example

platform_linux(23, 33)   ' Returns 23 if your operating system is Linux