lang_2023/tests/partitions.lang

10 lines
138 B
Text
Raw Normal View History

test All::Dev::Syntax::testing {
const a = 31
; do_something: a
2023-03-31 12:10:12 +03:00
}
exec App::exe {
const b = 1117
; do_something_different: b b
2023-03-31 12:10:12 +03:00
}