[examples] rearrange; add hello_world.mdesk example file

This commit is contained in:
Allen Webster
2021-09-10 15:54:39 -07:00
parent 39b30d9276
commit ba372c135f
7 changed files with 34 additions and 8 deletions
+22
View File
@@ -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 !
}