# Let
@ = [
:Me = :Mansour,
:MyFriend = :Mahmoud,
:MyProgrammingLanguage = :Ring,
:CreatorOfRing = :Mahmoud
]
# All these return TRUE
? _(:Mansour).Is(@[ :Me ])._
? _(:Ring).Is(@[ :MyProgrammingLanguage ])._
? _(:Mahmoud).Is(@[ :MyFriend ]).AndThe(@[ :CreatorOfRing ])._
? _(:Mahmoud).Is(@[ :MyFriend ]).AndThe(@[ :CreatorOfRing ]).AtTheSameTime._
--
---
You received this message because you are subscribed to the Google Groups "The Ring Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ring-lang+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ring-lang/06cffeeb-9b43-4da0-92e8-b767be588e27n%40googlegroups.com.
QString replace@2(QString before, QString after, Qt::CaseSensitivity)
Then you should run the code generator (generates RingQt code from Qt file descriptors) and build the extension as described in this file:
.../extensions/rinqt/README.md
After that, you should have no problem in conducting the test.
PS: the file you began with (stzArabicTassreef.ring) is not intended to be part of the library, so you can skip it.
Best,
Mansour
To view this discussion on the web visit https://groups.google.com/d/msgid/ring-lang/d6804b70-f45c-4591-ab0a-60a7dfdd072an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ring-lang/62e2b7bc-53de-4e6e-94f2-f1a2e1cf1cf8n%40googlegroups.com.