globalInt method

int globalInt(
  1. String key
)

Implementation

int globalInt(String key){
  return toInt(global(key).toString()).toInt();
}