mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-25 08:18:43 +00:00
9 lines
138 B
Text
9 lines
138 B
Text
test All::Dev::Syntax::testing {
|
|
const a = 31
|
|
; do_something: a
|
|
}
|
|
|
|
exec App::exe {
|
|
const b = 1117
|
|
; do_something_different: b b
|
|
}
|