mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-06 15:54:47 +00:00
Merge pull request 'Add ')'' (#268) from felixrabe/exercises:felixrabe-patch-1 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/268
This commit is contained in:
commit
fd764e90ab
@ -43,7 +43,7 @@
|
|||||||
//
|
//
|
||||||
// "void" is a _type_, not a value. It is the most popular of the
|
// "void" is a _type_, not a value. It is the most popular of the
|
||||||
// Zero Bit Types (those types which take up absolutely no space
|
// Zero Bit Types (those types which take up absolutely no space
|
||||||
// and have only a semantic value. When compiled to executable
|
// and have only a semantic value). When compiled to executable
|
||||||
// code, zero bit types generate no code at all. The above example
|
// code, zero bit types generate no code at all. The above example
|
||||||
// shows a variable foo of type void which is assigned the value
|
// shows a variable foo of type void which is assigned the value
|
||||||
// of an empty expression. It's much more common to see void as
|
// of an empty expression. It's much more common to see void as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user