Meta Project

The Unofficial Meta Documentation

Meta

Summary

Meta is used to create the header block. The header block contains meta data about the current script.

Category

Categoryname

Usage

Meta block

Arguments

block - block containing metadata about the script or program

Refinements

This method has no refinements

Description

Meta is the name of the programming language. The Meta word is used to create the header block. The header block contains meta data about the current script

Example Code

Descriptions and

Meta [
    title: "Meta program"
    file: program-name.meta
    Author:  ["Arnold van Hofwegen"]
    Rights:  "Copyright (c) 2023-2023 Arnold van Hofwegen"
    License: {
        PD/CC0
        http://creativecommons.org/publicdomain/zero/1.0/
    }
    Purpose: {
        Do magnificent stuff with Meta
    }
]

Related

N.A.

Back to the Meta Methods Reference index