mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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.
|
||||
|
||||
placeholder:
|
||||
- [`*`](#*)
|
||||
- [`*`](#)
|
||||
- [`+`](#-2)
|
||||
- [`-`](#-3)
|
||||
- [`/`](#-4)
|
||||
- [`<`](#-5)
|
||||
- [`<=`](#-6)
|
||||
- [`=`](#-7)
|
||||
- [`>`](#-8)
|
||||
- [`>=`](#-9)
|
||||
|
||||
#*
|
||||
#+
|
||||
#-
|
||||
#/
|
||||
#<
|
||||
#<=
|
||||
#=
|
||||
#>
|
||||
#>=
|
||||
|
||||
+
|
||||
-
|
||||
/
|
||||
<
|
||||
<=
|
||||
=
|
||||
>
|
||||
>=
|
||||
apply
|
||||
boolean?
|
||||
bytevector
|
||||
|
|
Loading…
Add table
Reference in a new issue