Merge pull request #3466 from emilioTe/master

[pascal/en] Fixed missing escape character
This commit is contained in:
Andre Polykanine 2019-02-09 02:04:57 +02:00 committed by GitHub
commit 4602f2be9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ program Learn_More;
const
PI = 3.141592654;
GNU = 'GNU's Not Unix';
GNU = 'GNU''s Not Unix';
// constants are conventionally named using CAPS
// their values are fixed and cannot be changed during runtime
// holds any standard data type (integer, real, boolean, char, string)