aboutsummaryrefslogtreecommitdiffstats
path: root/spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec.md')
-rw-r--r--spec.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec.md b/spec.md
index 934e119..505524d 100644
--- a/spec.md
+++ b/spec.md
@@ -7,7 +7,8 @@
## Value types
- Number -3.14
+ Integer 3
+ Float -3.14
Symbol PI
Tag :tag
Boolean true
@@ -76,7 +77,7 @@ Drops the first element of a vector.
(tail vec)
-`prepend`
+`cons`
Pushes the first argument to the front of the second argument (vector).
- (prepend x xs)
+ (cons x xs)