mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
72abd66f58
commit
d8b3cbb6ff
1 changed files with 17 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue