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?
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?