README.adoc: proofreading
This commit is contained in:
parent
4d94a7ad59
commit
c4a2fcce3d
10
README.adoc
10
README.adoc
@ -58,6 +58,8 @@ A few examples to get started.
|
|||||||
|
|
||||||
[source,go]
|
[source,go]
|
||||||
----
|
----
|
||||||
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
@ -213,7 +215,7 @@ Currently, boolean operations are evaluated using _short cut evaluation_. This m
|
|||||||
#TODO: List operations#
|
#TODO: List operations#
|
||||||
|
|
||||||
=== Variables
|
=== Variables
|
||||||
#TODO: List operations#
|
#TODO: variables#
|
||||||
|
|
||||||
=== Other operations
|
=== Other operations
|
||||||
|
|
||||||
@ -307,13 +309,13 @@ The table below shows all supported operators by decreasing priorities.
|
|||||||
=== Functions
|
=== Functions
|
||||||
|
|
||||||
==== Function calls
|
==== Function calls
|
||||||
#TODO: List operations#
|
#TODO: function calls operations#
|
||||||
|
|
||||||
==== Function definitions
|
==== Function definitions
|
||||||
#TODO: List operations#
|
#TODO: function definitions operations#
|
||||||
|
|
||||||
==== Builtins
|
==== Builtins
|
||||||
#TODO: List operations#
|
#TODO: builtins#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user