HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
cat
Syntax
cat(SeqObj)
Description
Evaluates the arguments, then concatenates them into a string.
Example
cat("aaa","c",12*3) returns "aaac36"
cat — Discussion
↑Back to top