String: Difference between revisions

Jump to navigation Jump to search
86 bytes added ,  13:18, 30 October 2019
no edit summary
Miraheze>Marshall
(Created page with "In APL, a '''string''' is a vector of characters. Strings are written using single quotes, for example <source lang=apl inline>'string'</source>. A single character i...")
 
Miraheze>Marshall
No edit summary
Line 6: Line 6:


Some users of [[Nested array model|nested]] APLs have proposed a dedicated string datatype to allow strings to be manipulated as a single entity, and in particular, to allow them to be compared with [[scalar functions]]. In [[Flat array model|flat]] APLs these problems are not felt so strongly because [[Box|boxed]] arrays behave more like a simple datatype.
Some users of [[Nested array model|nested]] APLs have proposed a dedicated string datatype to allow strings to be manipulated as a single entity, and in particular, to allow them to be compared with [[scalar functions]]. In [[Flat array model|flat]] APLs these problems are not felt so strongly because [[Box|boxed]] arrays behave more like a simple datatype.
== External links ==
[https://en.wikipedia.org/wiki/String_(programming) Wikipedia]
Anonymous user

Navigation menu