README.adoc: proofreading

This commit is contained in:
Celestino Amoroso 2024-04-09 05:42:50 +02:00
parent 4d94a7ad59
commit c4a2fcce3d

View File

@ -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#