Recursive Decision Table Functions - Gnorion/BizVR GitHub Wiki

Recursive Decision Table Functions

A decision table function may call itself.

Example 1 Factorial

image

Example 2 Fibonacci

image

Example 3 Partitions

image