7 ms·
If I recall correctly, APL executes right to left -- so it would return 8 for 2*2+2.
by pangram 15y ago
If I recall correctly, APL executes right to left -- so it would return 8 for 2*2+2.
- masklinn 15y agoNeat, I'd forgotten languages could execute RTL as well.