Skip to content

#; comment and cond-expand not ignoring #\xFEFF #17

@Retropikzel

Description

@Retropikzel

main.scm

(import (scheme base)
        (scheme write))


;(display (char->integer #\xFEFF))
#;(display (char->integer #\xFEFF))
#;(newline)

skint main.scm

Output:

Error in read:
main.scm:6:32: \x escape sequence is too long
#;(display (char->integer #\xFEFF))

Same happens with cond-expand.

(import (scheme base)
        (scheme write))


(cond-expand
  (skint (display "Hello"))
  (else (display (char->integer #\xFEFF))))
(newline)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions