Contents | Prev | Next | Index


String Operators

+ String concatination

Canterbury Pascal allows the + operator to be used to concatenate two string operands. The result of the operation S + T, where S and T are of a string or CHAR type, is the cancatenation of S and T. The result type is STRING.


Contents | Prev | Next | Index

Canterbury Pascal for JVM  (Last documentation update Sep 02, 2004)
Copyright © 1999-2004 J.Neuhoff - mhccorp.com  . All rights reserved.
Please send any comments or corrections to neuhoff@mhccorp.com