How to triplicate a word or pattern - OpenCL error when 'M 'in rules
#1
I want to do something similar to doubling in a rule using 'd' (doubles the word), I want to triplicate it.
Now I thought this could be achieved by putting the word in memory (M), doubling the word (d) and appending the word from memory (4), so
## rule to triplicate
Md4

However, when I try this rule or the example rule from the rules tutorial 'lMuX084', in each case I get the error:

Cannot convert rule for use on OpenCL device in file rules/0_test.rule on line 1: M6
Cannot convert rule for use on OpenCL device in file rules/0_test.rule on line 2: lMuX084

Does anyone have a suggestion on how to triplicate words using rules without M, or to circumvent the OpenCL device error?
Reply


Messages In This Thread
How to triplicate a word or pattern - OpenCL error when 'M 'in rules - by monyanus - 03-23-2022, 10:12 PM