example:
10 = 5
20 = 10
etc
BLOCK:RandomInteger
=> VAR @ff
ENDBLOCK
BLOCK:Compute
input = $"<ff>/2"
=> VAR @half
ENDBLOCK
1 Like
example:
10 = 5
20 = 10
etc
BLOCK:RandomInteger
=> VAR @ff
ENDBLOCK
BLOCK:Compute
input = $"<ff>/2"
=> VAR @half
ENDBLOCK