mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
10 lines
158 B
Text
10 lines
158 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
|
|
}
|