Changes

Jump to: navigation, search

GPU621/Chapel

53 bytes removed, 23:42, 29 November 2022
Nothing Variable
== Nothing Variable ==
The primer demonstrates the use of the nothing type. A nothing is removed by the compiler and doesn’t exist during program execution. The value none has type nothing and can be assigned to a nothing variable, or returned from a function with nothing return type.
var nothingVar: nothing;
The value none is the only value of the nothing type.
73
edits

Navigation menu