mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
23 lines
256 B
Plaintext
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 !
|
|
}
|