> lang > boolean@ | ![]() |
Anterior Próximo Editar Renomear Desfazer Procurar Administração
| Documentação |
Result = Boolean@ ( Pointer AS Pointer )Return the Boolean value stored at the memory address specified by Pointer. If the memory address is unreadable, a Mau argumento ( error is raised.
Result = Boolean@ ( String AS String )Return the Boolean value stored in the first byte of String. If the string does not have at least one character, the result is undefined.