b2
b2 copied to clipboard
Number Jam native type.
- [ ] Add literal typed value parsing. Something like
12345.56:nto 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. adouble). And$(Y:s)to get the string representation of theYvariable. - [ ] Document.