Content deleted Content added
JalenBarks (talk | contribs) m Reverted edits by 2001:8F8:1539:C6A:B443:2B9C:3BF4:DD3 (talk) (HG) (3.4.12) |
→Review of standard forms and procedures: ahmedalnuaimi260@gmail.com Tags: Reverted Mobile edit Mobile web edit |
||
Line 500:
This table describes the standard forms in Scheme. Some forms appear in more than one row because they cannot easily be classified into a single function in the language.
http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs.pdf
{| class="wikitable"
|+ Standard forms in the language R5RS Scheme
Line 545 ⟶ 544:
| Strings || {{mono|1=string?, make-string, string, string-length, string-ref, string-set!, string=?, string-ci=?, string<? string-ci<?, string<=? string-ci<=?, string>? string-ci>?, string>=? string-ci>=?, substring, string-append, string->list, list->string, string-copy, string-fill!}}
|-
http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs.pdf
|-
| http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs.pdf}}
|-
| Symbols || {{mono|symbol->string, string->symbol, symbol?}}
|-
http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs.pdf}}
|-
| http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs.pdf}}
|-
| Continuations || {{mono|call-with-current-continuation (call/cc), values, call-with-values, dynamic-wind}}
|