mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-21 13:55:44 +00:00
[examples] rearrange examples to give big examples their own folder; add hand written files for type info example
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
** 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]
|
||||
Reference in New Issue
Block a user