All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reference.language.nothing.html Maven / Gradle / Ivy




    
    Nothing and this
    
    

    
    

    
    

    
    
    
    

    


Nothing/None/null value

In Prompto, all values are objects.
But what if the result of a computation cannot be determined? What object should be returned by the computation?
The null value is used to return non-values.
The null value has the following form:

  • nothing in the E dialect
  • None in the M dialect
  • null in the O dialect

Please note that whatever the dialect, the null value always prints out as 'null'.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy