Recursion Made Simple with Roman Numerals A procedure is recursive if it invokes itself. This article explains recursion in a simple way by examining functions that convert between Arabic and roman numerals. 2017-07-17 CS recursion javascript Word Count: 876 words Read Time: 5 minutes