b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Number Jam native type.

Open grafikrobot opened this issue 3 years ago • 0 comments

  • [ ] Add literal typed value parsing. Something like 12345.56:n to parse as a number.
  • [ ] Add value coercion to Jam to be able to create specific typed values. This could look like $(X:n) to interpret the variable as a native number (i.e. a double). And $(Y:s) to get the string representation of the Y variable.
  • [ ] Document.

grafikrobot avatar Jun 29 '22 15:06 grafikrobot