fez-lisp 1.2.30 → 1.2.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -246,7 +246,8 @@ console.log(fez(tree(`(+ (|> 1 (+ 2) (* 3) (- 1)) (- (* (+ 1 2) 3) 1))`)))
246
246
  (/) (+) (*) (-) (=) (<) (>) (>=) (<=) (&) (~) (|) (^) (<<) (>>) (>>>)
247
247
  (mod) (let) (if) (not) (and) (or) (cond) (atom?) (lambda?)
248
248
  (length) (do) (array) (set!) (get) (lambda) (apply) (void)
249
+ ; Console functions
249
250
  (log!) (log-string!) (log-char!) (clear!)
250
251
  ; Syntactic suggar keywords
251
- (|>) (list) (unless) (array?) (truthy?) (falsy?) (evaluate) '() `() (!=) (<>)
252
+ (|>) (list) (unless) (array?) '() `() (!=) (<>)
252
253
  ```