Some var
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
Used only in help documentation (in function declarations) - it means that a function may return a variable which type depends on function arguments.
One example is FileGetProperty function, which will return int variable, if we'll ask this function for a file size, or int if we'll ask this function for e.g. file modification time.
