logo
  • 教程列表
  • SO官方文檔
  • 常量
    • 模組範圍的常量
    • 常量作為函式
    • 常量通過巨集
  1. StackOverflow 文件
  2. Elixir Language 教程
  3. 常量
  4. 模組範圍的常量

模組範圍的常量

Created: November-22, 2018

defmodule MyModule do
  @my_favorite_number 13
  @use_snake_case "This is a string (use double-quotes)"
end

這些只能在此模組中訪問。

  • 常量作為函式
  • 常量

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明