1
Basic concepts
▼
1.1
Identifiers
1.2
Whitespace and comments
1.3
Variables vs syntax
1.4
Types
2
Expressions
▶
2.1
Variable references
2.2
Literal expressions
2.3
Procedure calls
2.4
Procedures
2.5
Maps and lists as procedures
2.6
Conditionals
2.7
Binding constructs (
let
)
2.8
Sequencing
2.9
Iteration
2.10
Error handling
3
Program structure
▶
3.1
Programs
3.2
Definitions
4
Standard procedures
▶
4.1
Utilities
4.2
Equality
4.3
Logical functions
4.4
Procedures
4.5
Numbers
4.6
Strings
4.7
Lists
4.8
Sets
4.9
Maps
4.10
Time
4.11
Logging
4.12
BigML resources
4.13
SMACdown
4.14
Resource workflow
4.15
Scriptify
Bibliography
Glossary
Index
WhizzML Reference Manual
1 Basic concepts
This document describes version 0.48.7 of the WhizzML language and runtime libraries.
1.1
Identifiers
1.2
Whitespace and comments
1.3
Variables vs syntax
1.4
Types
WhizzML Reference Manual
Identifiers