suivant: Transform a string into
monter: Strings
précédent: Add an object to
Table des matières
Index
Transform an integer into a string : cat +
Use cat with the integer as argument, or add the integer
to an empty string
Input :
""+123
Or :
cat(123)
Output :
"123"
giac documentation written by Renée De Graeve and Bernard Parisse