mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
10 lines
154 B
Text
10 lines
154 B
Text
test all.dev.syntax.testing {
|
|
const a = 31
|
|
; do-something: a
|
|
}
|
|
|
|
exec app.exe {
|
|
const b = true
|
|
const c = false
|
|
; do-something-different: b b c
|
|
}
|