Skip to content

Commit ca73f99

Browse files
committed
FEAT: adds more titles to non-gui pages.
1 parent cd3e7aa commit ca73f99

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Coding-Style-Guide.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### Table of Contents
1+
# Coding Style Guide
2+
23
* [Introduction](#introduction)
34
* [Line of code length](#line-of-code-length)
45
* [Indentation](#indentation)

Map!-datatype.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Map! datatype
2+
13
###Abstract
24

35
A map represents an associative array of key/value pairs. It provides a fast read access (using an hashtable internally) and a convenient, dedicated syntax. Unlike the `hash!` datatype, a map is not a series, so does not have a concept of offset or positions. Conceptually, the `map!` datatype lies between the `hash!` and `object!` datatypes.

Redbin-specification.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Redbin format
2+
13
_Specification version 1_
24

35
Redbin is a binary format that accurately represents Red values stored in memory, while enabling fast loading (avoiding the parsing and validation stage of the text representation format). Redbin format is largely inspired by [REBin](http://www.rebol.com/article/0044.html). Redbin can encode binding information for words and can handle cycles in any-block! values.

0 commit comments

Comments
 (0)