[examples] rearrange examples to give big examples their own folder; add hand written files for type info example

This commit is contained in:
Allen Webster
2021-09-19 16:28:06 -07:00
parent 0a07520fac
commit 2be6caf79a
14 changed files with 91 additions and 7 deletions
+19
View File
@@ -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]