variable
使用otp进程模拟的可变值
gleam推荐以不变性优先,建议只在确实需要可变性时才使用
gleam add variable
Development
gleam run # Run the project
gleam test # Run the tests
使用otp进程模拟的可变值
gleam推荐以不变性优先,建议只在确实需要可变性时才使用
gleam add variable
gleam run # Run the project
gleam test # Run the tests