RDNWiki: DOWScar/Functions/Void ...

RDN Wiki Home | Page Index | Recent Changes | Recently Commented | Users | Registration | Login:  Password:  

Void Data Type


Contents


Void is the variable type for any function that returns no value. Note that in SCAR, functions are never declared as Void, but mearly do, or do not, return a value. Void is a definition in the Functions list, to make it clear the function returns no value.


Anything which returns a required value will have it in place of the Void variable.


Example void function:


Links


Data Types
Functions
SCAR Home
Wiki Home

End of Page

There are no files on this page. [Display files/form]
There is no comment on this page. [Display comments/form]