it's a bit empty around here (add some content) |
Added a bit more info, to help start the nitty gritty here |
||
Line 1: | Line 1: | ||
A | A String is a sequence of [[char]] values, and is seen in C# (which Resonite is written in). A String is considered an object not a value internally and when choosing the difference between an object or a value. In the case of choosing between only either a reference or a value, it is under value. | ||
A String can be made in [[ProtoFlux]] by concatenating different Strings together, or by concatenating 2 or more [[char]] objects together. |
Revision as of 17:03, 13 January 2024
A String is a sequence of char values, and is seen in C# (which Resonite is written in). A String is considered an object not a value internally and when choosing the difference between an object or a value. In the case of choosing between only either a reference or a value, it is under value.
A String can be made in ProtoFlux by concatenating different Strings together, or by concatenating 2 or more char objects together.