Lartu / ldpl

COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
https://www.ldpl-lang.org/
Apache License 2.0
160 stars 24 forks source link

Add string comparison #138

Closed joshiemoore closed 5 years ago

joshiemoore commented 5 years ago

Add the ability to compare strings, as suggested in issue #125

Also add a simple demonstration of this string-comparison in examples/strcmp-demo.ldpl

Lartu commented 5 years ago

Hi there, @joshiemoore and welcome to the LDPL project! Thank you very, very much for your contributions! Sorry for my late reply, I've been quite busy today. I'll merge it right now!

Again, thank you very much!

Lartu commented 5 years ago

This closes #125 then! Thank you!