We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a tracking issue for Chicken Scheme support. The specific syntax can be found at Chicken Scheme Syntax.
Chicken Scheme support R5RS with extension:
|
[
{
(
#\xXX
XX
#\uXXXX
#\UXXXXXXXX
#\tab #\linefeed #\return #\alarm #\vtab #\nul #\page #\esc #\delete #\backspace
\n\r\b\t\v\a\f
\xXX\uXXXX\UXXXXXXXX
#|
|#
#;
#, #$
#${ ... }
#:
#<<
#<#
#> ... <#
#!
#cs
#ci
#+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a tracking issue for Chicken Scheme support.
The specific syntax can be found at Chicken Scheme Syntax.
Chicken Scheme support R5RS with extension:
|
[
and{
are alternative as(
#\xXX
whereXX
specifies the character code in hexadecimal#\uXXXX
or#\UXXXXXXXX
#\tab #\linefeed #\return #\alarm #\vtab #\nul #\page #\esc #\delete #\backspace
\n\r\b\t\v\a\f
\xXX\uXXXX\UXXXXXXXX
#|
and|#
#;
#, #$
#${ ... }
#:
#<<
#<#
#> ... <#
#!
#cs
,#ci
#+
The text was updated successfully, but these errors were encountered: