recursive functions

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

recursive functions

Postby turbofib » 22 Apr 2020

hi, powerlanguage support recursive functions?

if true what reserve word i use to exit loop?

thank you

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: recursive functions

Postby Svetlana MultiCharts » 01 May 2020

Hello turbofib,

Unfortunately, recursive functions are not supported in PowerLanguage.
Anyway, you can use #return to exit the function.


Return to “MultiCharts”