462
Subscribers
+324 hours
+377 days
+8830 days
Posts Archive
462
I am resuming activity on this channel after some time away.
Here, I will be sharing content about programming, cybersecurity, and other valuable educational information, posted during my free time.
I appreciate your patience and continued interest.
462
The difference between Israel and Palestine, which kills women and children
https://youtu.be/c9dF2SE5pRw?si=uMbRxFsMlu66rrXW
462
Tell us about this feature, how do we do it
- Do we allow the name variable to be a name and an emoji
- or just a utf8 name
462
https://github.com/saynaa-lang/android-saynaa
I just tried it with "Hello from Saynaa !" which is written in the Saynaa language and is used as a toast in android
462
🔨 2 new commits to saynaa:main:
46dc77d: 'self' replaced 'this' keyword by Mahdiware
9aa7db9: Merge pull request #10 from mahdiware/feature/keyword-this
[Enhancement] 'self' replaced 'this' keyword by Mahdiware
462
🔌 New pull request saynaa#10 [Enhancement] 'self' replaced 'this' keyword
by: @mahdiware
## this keyword look like
class name
function _init
this.name = "ok"
end
end
Reply to this message to post a comment on GitHub.462
🔨 2 new commits to saynaa:main:
f590f29: [docs]: fixed docs saynaa syntax (i thing) by Mahdiware
68f6475: Merge pull request #9 from mahdiware/docs
[docs]: fixed docs saynaa syntax (i thing) by Mahdiware
462
🔨 2 new commits to saynaa:main:
b5f29cf: [Enhancement]: docs style, runtime millisecond updated. by Mahdiware
99b0e10: Merge pull request #8 from mahdiware/main
[Enhancement]: docs style, runtime millisecond updated. by Saynaa Programming Language
462
🔨 3 new commits to saynaa:main:
1926811: docs: modules added by Mahdiware
afe11e1: docs: path module added by Mahdiware
6ded0b6: Merge pull request #7 from mahdiware/main
[DOCS] docs: modules added by Saynaa Programming Language
462
🔨 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
462
🔌 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
a = 10..1 a.as_list # [10, 9, 8, 7, 6, 5, 4, 3, 2] a.length # 9 lengthReply to this message to post a comment on GitHub.
