Syntax, general

The WinTask language is much like Visual BasicTM.

A statement can have parameters ; they follow the statement keyword, inside parentheses. The parameters are separated by commas.

If an argument is a string constant, the argument is enclosed within double quotes (for example : "qwerty").

Some statements return a result. If this result is a string, the statement keyword ends with the character $ ; if the result variable is an integer, the last character of the statement keyword is not a $.

See also:

Program structure