烤 丰富的构建系统不断发展。 这还处于非常早期的阶段。 语言设计 .bake文件(烘烤) // This is a single line comment """ This is a multiline comment """ func function(): {echo "I am a function"} variable = "This is a string" variable2 = 1 { echo "Anything between curly brackets are shell commands" } if (statement1): {echo "Statement Is True"} elif (statement == false): {echo "elif like python"} else: {echo "State