Hack And Build Lab 𖣔
Screenshot from 2023-08-30 15-52-52.png
cursor-large testing (nice)
It is now a private repository, when I solve some bugs I will make it public
Linux and Windows has: Load Shared Object (Dynamic Library)
but macos not, soon adding if i get some idea
but macos not, soon adding if i get some idea
awesome open source projects (compiler, interpreter and runtime)
http://aalhour.com/awesome-compilers/
http://aalhour.com/awesome-compilers/
🔌 New pull request saynaa#6 [Enhancement] Range from upper to lower, Range length, and docs [loop, range] added
by: @mahdiware
## RANGE
range from upper to lower added, and length
Reply to this message to post a comment on GitHub.
by: @mahdiware
## RANGE
range from upper to lower added, and length
a = 10..1
a.as_list # [10, 9, 8, 7, 6, 5, 4, 3, 2]
a.length # 9 length
Reply to this message to post a comment on GitHub.
👍3
🔨 5 new commits to saynaa:main:
c8ef878: range as list: added 'from upper to lower' while before 'from lower to upper' by Mahdiware
83f92dd: Range length added by Mahdiware
ce82dc8: range test and docs added by Mahdiware
360e1a6: docs: loop added by Mahdiware
54131f6: Merge pull request #6 from mahdiware/main
[Enhancement] Range from upper to lower, Range length, and docs [loop, range] added by Mahdiware
c8ef878: range as list: added 'from upper to lower' while before 'from lower to upper' by Mahdiware
83f92dd: Range length added by Mahdiware
ce82dc8: range test and docs added by Mahdiware
360e1a6: docs: loop added by Mahdiware
54131f6: Merge pull request #6 from mahdiware/main
[Enhancement] Range from upper to lower, Range length, and docs [loop, range] added by Mahdiware
👍2❤1