Help / Release / J 5.04 / Function Call Depth Limit Changed

From J Wiki
Jump to navigation Jump to search


>> << Pri JfC LJ Phr Dic Voc !: Rel NuVoc wd Help Release



Function Call Depth Limit Changed

initial writing: 2005-01-28
last updated: 2005-01-28


The function call depth limit (recursion limit) has been changed to 100 for Windows CE and 10000 for all other systems. For example:

   g=: 3 : 'g c=: >:y.'
   g 0
|limit error: g
|   g c=:>:y.
   c
10004




>> << Pri JfC LJ Phr Dic Voc !: Rel NuVoc wd Help Release