-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathVoid.php
More file actions
32 lines (25 loc) · 768 Bytes
/
Void.php
File metadata and controls
32 lines (25 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<meta charset='utf-8'/>
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<html>
<head>
<title>Void - Plange</title>
<link rel=StyleSheet href='../../css/general.css' type='text/css' />
</head>
<body>
<?php require('../../header.php') ?>
<p>A zero-sized fundamental type with no possible values.</p>
<h2>Notes</h2>
<p>Void may not be constructed. It is included so that 3rd-generation language idioms may be represented. <a href="/documentation/standard-library/Unit.php">Unit</a> may be more useful in generic programming contexts.</p>
<br>
</br>
<div>
<br>
</br>
</div>
<div>
<br>
</br>
</div>
<?php require('../../footer.php') ?>
</body>
</html>