mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-07 08:08:48 +00:00
[examples] rearrange examples to give big examples their own folder; add hand written files for type info example
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
////////////////////////////////
|
||||
// The Hello World file
|
||||
|
||||
hello world!
|
||||
"hello world!"
|
||||
|
||||
(hello world!)
|
||||
[hello world!]
|
||||
{hello world!}
|
||||
|
||||
hello: world!
|
||||
hello: (world!)
|
||||
|
||||
@exclaim "hello world"
|
||||
@message
|
||||
{
|
||||
@recipient world
|
||||
@contents hello
|
||||
@punctuate !
|
||||
}
|
||||
Reference in New Issue
Block a user