optionalInt

fun optionalInt(name: String, default: Int): Int

Gets an optional integer argument with a default value.