Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 398 Bytes

File metadata and controls

27 lines (14 loc) · 398 Bytes

ToString

ToString(expr)

converts expr into a string.

Examples

>> "Java" <> ToString(8)
Java8

Implementation status

  • ✅ - full supported

Github