mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-24 15:58:44 +00:00
14 lines
213 B
Text
14 lines
213 B
Text
test all.dev.syntax.testing {
|
|
let a = 31
|
|
; do-something: a
|
|
}
|
|
|
|
exec app.exe {
|
|
let b = true
|
|
let c = false
|
|
; do-something-different: b b c
|
|
}
|
|
|
|
example func.basic-example {
|
|
; func: a b c // func executed
|
|
}
|