mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 16:02:22 -07:00
20 lines
173 B
Plaintext
20 lines
173 B
Plaintext
/*
|
|
** Setup as input to the "user errors" example
|
|
*/
|
|
|
|
@foo @bar Foo:
|
|
{
|
|
x, y, z,
|
|
a, b, c,
|
|
1, 2, 3,
|
|
}
|
|
|
|
[50 + 200]
|
|
|
|
@baz Blah:
|
|
{
|
|
x100 y200 z300
|
|
}
|
|
|
|
Example: [100 + 200]
|