Most of the functions and commands in the language require parameters. These come in several types:
The interpreter performs automatic conversions between strings, integers and floating point numbers, so that you can use them interchangeably. In general, the only case to be careful of is comparing two floating point numbers -- floating point numbers have a habit of never being quite equal when you want them to. Integer parameters may be any of the following:
64-bit Integer parameters may be any of the following:
Floating point parameters may be any of the following:
String parameters may be any of the following:
Data TypesOur shorthand method for indicating function syntax: (s) indicates a string. (i) indicates an integer. (i64) indicates a 64-bit integer. (f) indicates a floating point number. (h) indicates a huge number (used by the Huge Number Extender) . (a) indicates an array. (r) indicates a COM/.NET object reference. (t) indicates a special type information described in the function’s text. (v) indicates a variant.
|
§ Step by step guide to learning WIL § Notes
|