Files
metadesk/examples/mdesk_files/hello_world.mdesk
T

23 lines
256 B
Plaintext

/* 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 !
}