Wafl Home

Primitive Data Types Tutorial

Conversion Functions

Wafl is strongly typed programming language and no implicit type conversions are allowed. There are conversion functions asInt, asFloat, asString, asChar and asBool.

 

Table of Contents

Let's Start

Program Structure

Primitive Data Types

List

Tuple

Record

HTML

Command Line Interpreter

Using Web Servers

Syntax

Examples

Tips

The most of examples evaluates with both command line and Web server Wafl interpreters. If any example is based on specific features of an interpreter, it is explicitly annotated.