mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
[examples] rearrange; add hello_world.mdesk example file
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* the hello world file */
|
||||
|
||||
hello world!
|
||||
"hello world!"
|
||||
|
||||
// sets
|
||||
(hello world!)
|
||||
[hello world!]
|
||||
{hello world!}
|
||||
|
||||
// sets with labels
|
||||
hello: world!
|
||||
hello: (world!)
|
||||
|
||||
// tags
|
||||
@exclaim "hello world"
|
||||
@message
|
||||
{
|
||||
@recipient world
|
||||
@contents hello
|
||||
@punctuate !
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
@foo @bar Foo:
|
||||
{
|
||||
x, y, z,
|
||||
a, b, c,
|
||||
1, 2, 3,
|
||||
}
|
||||
|
||||
@baz Blah:
|
||||
{
|
||||
x100 y200 z300
|
||||
}
|
||||
Reference in New Issue
Block a user