NCo.MRLW |
Syntax |
NCo.MRLW(X:STRING, Ordering:STRING, Relations:LIST, F:LIST):STRING NCo.MRLT(X:STRING, Ordering:STRING, Relations:LIST, F:LIST):STRING |
Description |
Example |
X := "abc"; Ordering := "LLEX"; Relations := [["aa",""], ["bb",""], ["ab","c"], ["ac", "b"], ["cb", "a"]]; F := [[1,"a"],[2,"abc"],[3,"cc"]]; NCo.MRLW(X, Ordering, Relations, F); cc ------------------------------- NCo.MRLW(X, Ordering, Relations, []); |
See Also |