Skip to content

matrix should use pascal syntax for newline #108

@keiravillekode

Description

@keiravillekode

https://www.freepascal.org/docs-html/ref/refse8.html

 'the string starts here'#10'   and continues here'

The C construct of escaping characters in the string (using a backslash) is not supported in Pascal.

Currently the test and example solution both use \n , they can instead use #10

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