Skip to main content
Version: v0.17.0

Divide

Alias:Divide

Output:SCLInt

Divide an integer by a list of integers

ParameterTypeRequiredPositionSummary
Termsarray<int>✔1The terms to operate on

Examples​

SCL​

5 / 2

Expected Output​

2