1.
Preface
1.1.
Conventions
1.2.
Acknowledgement
2.
Introduction
3.
Reserved words
4.
Comments
5.
Require and Alias
6.
Definitions
7.
Assignments
8.
Modules and Lambdas
9.
Condition
10.
Recursion
11.
Try catch and finally
12.
Basic modules and lambdas
12.1.
Nil
12.2.
True
12.3.
False
12.4.
Int
12.5.
Float
12.6.
String
12.7.
List
12.8.
Dict
12.9.
RegExp
12.10.
Range
12.11.
Error
12.12.
puts
12.13.
show
12.14.
noop
12.15.
assert
13.
Libraries
13.1.
math
13.2.
os
13.2.1.
Process
13.2.2.
ProcessState
13.3.
fs
13.3.1.
File
13.3.2.
FileMode
13.3.3.
FileInfo
13.4.
exec
13.4.1.
Cmd
13.5.
http
13.5.1.
Query
13.5.2.
Request
13.5.3.
Response
13.5.4.
Cookie
13.5.5.
Client
13.6.
time
13.6.1.
Time
13.6.2.
Duration
13.6.3.
Timer
13.6.4.
Ticker
13.7.
encoding
13.7.1.
base32
13.7.2.
base64
13.7.3.
json
13.8.
crypto
13.8.1.
md5
13.8.2.
sha1
13.8.3.
sha256
13.9.
x
13.9.1.
logging
14.
Miscellaneous
14.1.
Installation
14.2.
Commands
14.3.
Plugins
Light (default)
Rust
Coal
Navy
Ayu
Aquarius Cookbook
Error
module methods:
:
value methods:
message
:
(Error: msg(string)) -> error
message
Returns error description.
(Error message) -> string