Is there way to convert number to half?

example:
10 = 5
20 = 10
etc

BLOCK:RandomInteger
  => VAR @ff
ENDBLOCK

BLOCK:Compute
  input = $"<ff>/2"
  => VAR @half
ENDBLOCK
1 Like