mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 13:37:35 +02:00
exporting square
This commit is contained in:
parent
e53230c439
commit
d893c89838
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
peek-u8 port-open? port? positive? procedure? quasiquote quote
|
peek-u8 port-open? port? positive? procedure? quasiquote quote
|
||||||
quotient raise raise-continuable rational? rationalize read-bytevector
|
quotient raise raise-continuable rational? rationalize read-bytevector
|
||||||
read-bytevector! read-char read-error? read-line read-u8 real? remainder
|
read-bytevector! read-char read-error? read-line read-u8 real? remainder
|
||||||
reverse round set! set-car! set-cdr! string string->list
|
reverse round set! set-car! set-cdr! square string string->list
|
||||||
string->number string->symbol string->utf8 string->vector string-append
|
string->number string->symbol string->utf8 string->vector string-append
|
||||||
string-copy string-fill! string-for-each string-length string-map
|
string-copy string-fill! string-for-each string-length string-map
|
||||||
string-ref string-set! string<=? string<? string=? string>=?
|
string-ref string-set! string<=? string<? string=? string>=?
|
||||||
|
|
Loading…
Add table
Reference in a new issue