Structures Activity See also: Structures There are three types of structures (“structs”) that can be created using thestruct keyword: Tuple structs, which are, basically, ...
Data Structures Data Structures class OpenDir An open directory entry. It contains all the information of a Dir plus additional information from the first Doc . class C...
Identifying Kinds of Libraries What should you look for? Smaller samples for different types of libraries Modular Libraries Identifying a Module Library from Code Templates For...
Data Structures Bitwise operations Data Structures Bitwise operations Bitwise operators are 32-bit, 0101 is actually 00000000000000000000000000000101, but the preceding zero...
Overview Identifying Kinds of Libraries Global Libraries Identifying a Global Library from Code Examples of Global Libraries Global Library Template Modular Libraries Identify...
Conditionals Control structures are expressions Loops While Break Continue For Repeat To do real work in a program you have to be able to make decisions, iterate through c...
Data structures Primitive[] Object[] Object[] using custom properties Object Dataset Configuration parsing Data structures The data property of a dataset can be passed i...
Control Structures Control Structures There are only a few control structures in Go. To write loops we use the for keyword, and there is a switch and of course an if . When wo...