Viewing profile — dennis2354
dennis2354
HN member- Joined
- Mon, Feb 19, 2024, 5:13 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About dennis2354
No profile information was provided.
Recent public activity
-
comment
Comment #39432208
Great example. Your C-Code translated to Pascal would be if (input = 'y') or (input = 'Y') then begin writeln ('blah blah'); end else if (input = 'n') or (input = 'N') then begin w…