メインコンテンツまでスキップ
バージョン:25.2

predefinedVariables

  • global property
  • new in 1.48
 The predefinedVariables

global property is a property list containing the definitions of all of the predefined variables. Any changes made to this global property will affect any subsequent use of an unassigned variable whose name is one of its keys. By modifying this property, predefined variables can be created or removed, or their value can be changed.

  • Examples: +

     set the predefinedVariables.monkey to "chimpanzee"
    put monkey —> "chimpanzee"