What are Pascal Strings?
Pascal strings were made popular by one specific, but huge influential Pascal implementation, named UCSD. So UCSD Strings is a better term. This is the same implementation that made bytecode interpreters popular. In general it is not one specific type, but the basic principle of having the size prefixed to the character data. This makes … Read more