Skip to content

Add Roman Numeral in ALGOL 60#5403

Merged
rzuckerm merged 1 commit intoTheRenegadeCoder:mainfrom
rzuckerm:algol60-roman-numeral
Apr 3, 2026
Merged

Add Roman Numeral in ALGOL 60#5403
rzuckerm merged 1 commit intoTheRenegadeCoder:mainfrom
rzuckerm:algol60-roman-numeral

Conversation

@rzuckerm
Copy link
Copy Markdown
Collaborator

@rzuckerm rzuckerm commented Apr 3, 2026

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.

Please fill in the checkbox like this:

[x]

Not like these:

[x ]
[ x]
[ x ]

Please put in the relevant issue number in the I fixed #your-issue-number-here item. For example, if your PR is
for an issue called Add Convex Hull in C++, and that issue number is 5164, change your-issue-number-here
to 5164. Do not put any space between # and the issue number. This is important because when the PR is merged,
the corresponding issue will be closed.

For more information please refer to our contributing documentation

I Am Adding a New Code Snippet in an Existing Language

@github-actions github-actions bot added enhancement Any code that improves the repo roman numeral See: https://sampleprograms.io/projects/roman-numeral/ labels Apr 3, 2026
@rzuckerm rzuckerm marked this pull request as ready for review April 3, 2026 12:34
@rzuckerm rzuckerm enabled auto-merge (squash) April 3, 2026 12:34
@jrg94 jrg94 requested a review from a team April 3, 2026 12:50
@jrg94 jrg94 self-assigned this Apr 3, 2026
@jrg94 jrg94 added this to the 1,500 Code Snippets milestone Apr 3, 2026
@github-project-automation github-project-automation bot moved this to In progress in Code Snippets Apr 3, 2026
Copy link
Copy Markdown
Member

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

"\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f"
" !\"#$\x25&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNO"
"PQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f",
ch
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that GitHub just gives up on highlighting this correctly.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that it can deal with escape sequences. I used \" to get a double quote character in a string. I guess I could use \x22 instead. I may go back and changed that for all my samples that need to process strings.

@rzuckerm rzuckerm merged commit 74b072c into TheRenegadeCoder:main Apr 3, 2026
5 checks passed
@github-project-automation github-project-automation bot moved this from In progress to Done in Code Snippets Apr 3, 2026
@rzuckerm rzuckerm deleted the algol60-roman-numeral branch April 3, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Any code that improves the repo roman numeral See: https://sampleprograms.io/projects/roman-numeral/

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add Roman Numeral in ALGOL 60

2 participants