mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 00:06:47 +03:00
Update red.html.markdown
Avoid "Red" in the pre-header text
This commit is contained in:
parent
28db2323b7
commit
f1894bdd00
@ -23,11 +23,11 @@ from any platform to any other platform. And it will do this all from a binary e
|
|||||||
Ready to learn your first Red?
|
Ready to learn your first Red?
|
||||||
|
|
||||||
```Red
|
```Red
|
||||||
All text before the Red header will be treated as comment.
|
All text before the header will be treated as comment, as long as you avoid using the word "red" starting with a capital "R" in this pre-header text. Most of the time you start your script with the header itself.
|
||||||
The Red header is the word "Red" followed by a whitespace character followed by a block of square brackets [].
|
The header of a redscript is the capitalized word "red" followed by a whitespace character followed by a block of square brackets [].
|
||||||
The block of brackets can be filled in with useful information about the script or program, the author,
|
The block of brackets can be filled with useful information about the script or program, the author,
|
||||||
the filename, the version, the license, what the program does or needs.
|
the filename, the version, the license, what the program does or needs.
|
||||||
The Red/System header is just like the Red header, only saying "Red/System" and not "Red".
|
The red/System header is just like the red header, only saying "red/System" and not "red".
|
||||||
|
|
||||||
Red []
|
Red []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user