string? function:

return true if the argument is a string.

Examples:

  • running: (string? "one") will give: true

  • running: (string? 1.32) will give: false