mf returns something strange
A stack-oriented programming language suitable for code golfing
Status: Alpha
Brought to you by:
aditsu
6mf can return something looks like [2 3]. But if you put the number 2 into a list, its intersections with [2] and [2.] are both empty. it can be fixed by casting to either integer or double.
Example:
6mf2mf& "returns []";
6mf:i2mf:i& "returns [2]";
6mf:d2mf:d& "returns [2.0]";
6mf);[2 2.]| "returns [2 2 2.0]";
Duplicate of ticket [#8]
Related
Tickets:
#8Sorry I didn‘t see that...