fn: is_private
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
is_private(variable)
@is_private(variable)
Description
The
f++ example
Example of
- :={private}(int, a)
- :=(int, b)
- console(is_private(a))
- console(is_private(b))
n++ example
Example of
- @:={private}(int, a)
- @:=(int, b)
- @console(@is_private(a))
- @console(@is_private(b))