wip - comments

This commit is contained in:
Mike Farah
2025-12-08 10:33:06 +11:00
parent 491ab8e70f
commit 5c166e3038
4 changed files with 100 additions and 51 deletions
+7 -8
View File
@@ -1,9 +1,8 @@
service "cat" {
process "main" {
command = ["/usr/local/bin/awesome-app", "server"]
}
# Arithmetic with literals and application-provided variables
sum = 1 + addend
process "mgmt" {
command = ["/usr/local/bin/awesome-app", "mgmt"]
}
}
# String interpolation and templates
message = "Hello, ${name}!"
# Application-provided functions
shouty_message = upper(message)