Learn English – Equivalent of above and below for the words right and left

word-choiceword-requestword-usage

I am writing some computer code and I want to find the equivalent of the words above and below for the right and left, so I want a precise word rather than a whole sentence / expression. Something people would write if they use the telegraph.

I.e. "InserNodeAbove" sounds correct to me but "InserNodeRight" does not sound very nice to me. Would "rightwise" be the equivalent?

Best Answer

Left wise sounds rather odd. Having expressions like 'on/ to the left side' and '-hand side' I'd suggest a concise 'to the left' over 'on the left'; this one sounds and looks good to me.

Tad-ah: InsertNode.ToTheLeft

Related Topic