Now in Xojo 2024r2, we’ve enhanced emojis with vivid colors!
Comments closedTag: Unicode
For those of you that don’t consider reading through over 220 items as fun as I do, here are a few things I thought I would highlight, in no particular order…
Comments closedWikipedia says:
In computer programming, a constant is a value that cannot be altered by the program during normal execution, i.e., the value is constant.
In Xojo we have constants that can be defined in code or added to modules, classes, etc. What you’ll notice about Wikipedia’s definition of “constant” is that it’s a behavior, not a specific type.
There is another way to define a “constant” or “a value that doesn’t change throughout the run of your application”.
Comments closed