From d8b3cbb6ff012c15884d72b1d19512464727e449 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 30 Sep 2016 00:23:15 -0400 Subject: [PATCH] WIP --- docs/api/builtins.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/docs/api/builtins.md b/docs/api/builtins.md index a959c2af..3c08d903 100644 --- a/docs/api/builtins.md +++ b/docs/api/builtins.md @@ -3,18 +3,26 @@ This section contains all of the primitives and other objects that are included in the Cyclone runtime. These objects are always available regardless of library imports. placeholder: -- [`*`](#*) +- [`*`](#) +- [`+`](#-2) +- [`-`](#-3) +- [`/`](#-4) +- [`<`](#-5) +- [`<=`](#-6) +- [`=`](#-7) +- [`>`](#-8) +- [`>=`](#-9) #* +#+ +#- +#/ +#< +#<= +#= +#> +#>= -+ -- -/ -< -<= -= -> ->= apply boolean? bytevector