This commit is contained in:
Justin Ethier 2016-09-30 00:23:15 -04:00
parent 72abd66f58
commit d8b3cbb6ff

View file

@ -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. 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: placeholder:
- [`*`](#*) - [`*`](#)
- [`+`](#-2)
- [`-`](#-3)
- [`/`](#-4)
- [`<`](#-5)
- [`<=`](#-6)
- [`=`](#-7)
- [`>`](#-8)
- [`>=`](#-9)
#* #*
#+
#-
#/
#<
#<=
#=
#>
#>=
+
-
/
<
<=
=
>
>=
apply apply
boolean? boolean?
bytevector bytevector