GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Three — Data Types and Operators (continued)
Many languages are considered strongly or loosely type cast. For example, in C, an integer cannot be made to equal a string. In PHP, however, they are practically interchangeable. Legato is in between both of these constructs as it allows for specific types of variables to be defined while performing a substantial amount of conversion “under the hood”.
Legato uses the precise nature of variables because it allows for easy coupling with the host application, external DLLs, various binary file formats and the operating system. It also avoids problems with “real” number comparisons that can be found in JavaScript or PHP while at the same time allowing for economization of storage.
3.19.2 Mixing Strings and Numeric Types
If a numeric type is expected and a string is provided, the value will automatically be converted to a numeric type as possible.
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.