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

symbol underscore

  • underscore

  • valid character in variable names

    • Examples:

      put 98 into base_temperature
  • underscores (_) may be used in numeric literals to separate groups of digits

    • new in 1.66

    • Examples:

      put $10_000_000 into annualSpendingCap