brombres / Rogue

Rogue programming language. Ergonomic, object-oriented, high-level, multi-platform, compiles to C.
MIT License
29 stars 8 forks source link

Basic examples #98

Closed Spoiledpay closed 1 year ago

Spoiledpay commented 1 year ago

Great initiative in creating the development language. There are some examples to be shown such as Strings, Array, For, Else, Loop. And any function that uses Windows GUI?

brombres commented 1 year ago

There's a comprehensive syntax guide on the wiki. I've also just now added API documentation to the wiki and linked to the wiki from the main README.

I'll add more examples and improve the API documentation over time. Feel free to DM me ( @brombres on X ) with other questions in the meantime.

I'll answer the Windows GUI question on #99.